From 38148a0642a998613f20849ea6a34803f8f3429d Mon Sep 17 00:00:00 2001 From: Alexey Vakhov Date: Fri, 13 Apr 2012 11:20:20 +0600 Subject: [PATCH] Fix comment in AD http response response in integration test accessible without @ via attr_reader --- actionpack/lib/action_dispatch/http/response.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/lib/action_dispatch/http/response.rb b/actionpack/lib/action_dispatch/http/response.rb index 078229efd2..cc46f9983c 100644 --- a/actionpack/lib/action_dispatch/http/response.rb +++ b/actionpack/lib/action_dispatch/http/response.rb @@ -29,7 +29,7 @@ module ActionDispatch # :nodoc: # class DemoControllerTest < ActionDispatch::IntegrationTest # def test_print_root_path_to_console # get('/') - # puts @response.body + # puts response.body # end # end class Response -- GitLab