From 5007df5ea53efaf7d8f14994bea6bc3e0adc67f6 Mon Sep 17 00:00:00 2001 From: Kasper Timm Hansen Date: Thu, 11 Feb 2016 22:43:44 +0100 Subject: [ci skip] Mention `parsed_body` in docs. Little easier to understand when you know the method that's used. --- actionpack/lib/action_dispatch/testing/integration.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_dispatch/testing/integration.rb b/actionpack/lib/action_dispatch/testing/integration.rb index f4534b4173..8a8e22053a 100644 --- a/actionpack/lib/action_dispatch/testing/integration.rb +++ b/actionpack/lib/action_dispatch/testing/integration.rb @@ -729,8 +729,7 @@ module ActionDispatch # response_parser: -> body { body } # # Where `param_encoder` defines how the params should be encoded and - # `response_parser` defines how the response body should be parsed through - # `parsed_body`. + # `response_parser` defines how the response body should be parsed. # # Consult the Rails Testing Guide for more. -- cgit v1.2.3