rosa-build/vendor/plugins/related_models/test/related_models_test.rb

9 lines
160 B
Ruby
Raw Normal View History

2011-11-30 12:58:14 +00:00
require 'test_helper'
class RelatedModelsTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end