method
response_body_if_short
v7.1.3.4 -
Show latest stable
- Class:
ActionDispatch::Assertions::ResponseAssertions
response_body_if_short()private
No documentation available.
# File actionpack/lib/action_dispatch/testing/assertions/response.rb, line 91
def response_body_if_short
return "" if @response.body.size > 500
"\nResponse body: #{@response.body}"
end