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

9 lines
160 B
Ruby

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