You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just figured out that this isn't happening in my project because the error body isn't constructed in the controller action under test, its constructed by a responder and the body is blank for avocado during its json? check so it will never document.
It would be useful to document expected failure cases, 400 errors, and their response bodies.
Maybe with a required (in rspec for example)
document: true
declaration on the test.The text was updated successfully, but these errors were encountered: