Asset-Tracker/test/unit/asset_test.rb

9 lines
152 B
Ruby
Raw Normal View History

2011-06-15 01:08:28 +00:00
require 'test_helper'
class AssetTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end