From b592c5b607e4879c0b603bf636cf6d11e9f4b8d2 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Fri, 14 Aug 2015 10:44:49 -0700 Subject: pass the path ast down now we don't need to add it to a hash and delete it from the hash later just to pass it around --- actionpack/test/dispatch/mapper_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/test/dispatch') diff --git a/actionpack/test/dispatch/mapper_test.rb b/actionpack/test/dispatch/mapper_test.rb index 0c506a13bf..289fb69b8b 100644 --- a/actionpack/test/dispatch/mapper_test.rb +++ b/actionpack/test/dispatch/mapper_test.rb @@ -27,7 +27,7 @@ module ActionDispatch end def defaults - @my_routes.map { |x| x[3] } + @my_routes.map { |x| x[4] } end def conditions -- cgit v1.2.3