From 65f834ad45b2221fd442acc3c38fb2f750521a18 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 12 Feb 2005 21:54:34 +0000 Subject: Stringify the parameters on follow_redirect git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@587 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/test_process.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib') diff --git a/actionpack/lib/action_controller/test_process.rb b/actionpack/lib/action_controller/test_process.rb index 7458230d78..d4dfe7933d 100644 --- a/actionpack/lib/action_controller/test_process.rb +++ b/actionpack/lib/action_controller/test_process.rb @@ -257,7 +257,7 @@ module Test raise "Can't follow redirects outside of current controller (#{@response.redirected_to[:controller]})" end - get(@response.redirected_to.delete(:action), @response.redirected_to) + get(@response.redirected_to.delete(:action), @response.redirected_to.stringify_keys) end end end -- cgit v1.2.3