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:
parent
1c22c6f0d4
commit
a03e9c6b95
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue