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