rosa-build/test/integration/permission_test.rb

11 lines
182 B
Ruby
Raw Normal View History

2011-10-21 16:41:03 +01:00
require 'test_helper'
class PermissionTest < ActionDispatch::IntegrationTest
fixtures :all
# Replace this with your real tests.
test "the truth" do
assert true
end
end