From a03e9c6b95b9a506fcb4c7d0d352c6b47eb6f727 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 15 Feb 2012 11:47:01 -0800 Subject: fixing AP tests --- actionpack/test/dispatch/routing_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/test/dispatch/routing_test.rb b/actionpack/test/dispatch/routing_test.rb index c3c1c12e82..563c6efe0d 100644 --- a/actionpack/test/dispatch/routing_test.rb +++ b/actionpack/test/dispatch/routing_test.rb @@ -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 -- cgit v1.2.3