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

10 lines
187 B
Ruby

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