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
assert_response: unwrap exceptions captured by ShowExceptions
If we get back a different response status from the one we were
expecting, and an exception was rescued, it's likely to be relevant.
Before:
Expected response to be a <200> but was a <500: Internal Server Error>.
After:
Expected response to be a <200> but was a <500: Internal Server Error>.
Exception while processing request: RuntimeError: foo
<backtrace>
0 commit comments