diff options
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_controller/test_case.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/actionpack/lib/action_controller/test_case.rb b/actionpack/lib/action_controller/test_case.rb index afd15b8630..d92d18933a 100644 --- a/actionpack/lib/action_controller/test_case.rb +++ b/actionpack/lib/action_controller/test_case.rb @@ -101,12 +101,6 @@ module ActionController path_parameters[:action] = action self.path_parameters = path_parameters - - # Clear the combined params hash in case it was already referenced. - @env.delete("action_dispatch.request.parameters") - - # Clear the filter cache variables so they're not stale - @filtered_parameters = @filtered_env = @filtered_path = nil end ENCODER = Class.new do |