1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

fixing AP tests

This commit is contained in:
Aaron Patterson 2012-02-15 11:47:01 -08:00
parent 1c22c6f0d4
commit a03e9c6b95

View file

@ -2087,7 +2087,7 @@ class TestRoutingMapper < ActionDispatch::IntegrationTest
def test_named_routes_collision_is_avoided_unless_explicitly_given_as
assert_equal "/c/1", routes_collision_path(1)
assert_equal "/fc", routes_forced_collision_path
assert_equal "/fc/1", routes_forced_collision_path(1)
end
def test_redirect_argument_error