collab/test/unit/asset_test.rb
2010-03-16 00:37:29 -04:00

9 lines
152 B
Ruby

require 'test_helper'
class AssetTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end