From f3c1832ad44e5e8b256e5548623a445a83b09c1f Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 2 Jul 2014 15:55:25 -0700 Subject: stop passing recall to url_for --- actionpack/test/abstract_unit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionpack/test/abstract_unit.rb') diff --git a/actionpack/test/abstract_unit.rb b/actionpack/test/abstract_unit.rb index 59a23a5e4b..a427bd5191 100644 --- a/actionpack/test/abstract_unit.rb +++ b/actionpack/test/abstract_unit.rb @@ -348,8 +348,8 @@ module ActionDispatch end module RoutingTestHelpers - def url_for(set, options, recall = {}) - set.url_for options.merge(:only_path => true, :_recall => recall) + def url_for(set, options) + set.url_for options.merge(:only_path => true) end def make_set(strict = true) -- cgit v1.2.3