method
response_body_if_short
v8.1.1 -
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 113
def response_body_if_short
return "" if @response.body.size > 500
"\nResponse body: #{@response.body}"
end