aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/testing/process2.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_controller/testing/process2.rb')
-rw-r--r--actionpack/lib/action_controller/testing/process2.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_controller/testing/process2.rb b/actionpack/lib/action_controller/testing/process2.rb
index 67b5afb9c5..18b7335450 100644
--- a/actionpack/lib/action_controller/testing/process2.rb
+++ b/actionpack/lib/action_controller/testing/process2.rb
@@ -39,6 +39,7 @@ module ActionController
@request.recycle!
@response.recycle!
+ @controller.response_body = nil
@html_document = nil
@request.env['REQUEST_METHOD'] = http_method