File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ RspecApiDocumentation.configure do |config|
251251 # Change how the response body is formatted by default
252252 # Is proc that will be called with the response_content_type & response_body
253253 # by default, a response body that is likely to be binary is replaced with the string
254- # "[binary data]" and response_content_type of `application/json` are pretty formated .
254+ # "[binary data]" regardless of the media type. Otherwise, a response_content_type of `application/json` is pretty formatted .
255255 config.response_body_formatter = Proc .new { |response_content_type , response_body | response_body }
256256
257257 # Change the embedded style for HTML output. This file will not be processed by
You can’t perform that action at this time.
0 commit comments