提交 38148a06 编写于 作者: A Alexey Vakhov

Fix comment in AD http response

response in integration test accessible without @ via attr_reader
上级 74f9bdd2
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册