aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/test_process.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_controller/test_process.rb')
-rw-r--r--actionpack/lib/action_controller/test_process.rb2
1 files changed, 1 insertions, 1 deletions
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