rosa-build/test/integration/permission_test.rb

11 lines
182 B
Ruby

require 'test_helper'
class PermissionTest < ActionDispatch::IntegrationTest
fixtures :all
# Replace this with your real tests.
test "the truth" do
assert true
end
end