Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
ActionDispatchSpy#render_exception
for Rails 7.1 (#1423)
In Rails 7.1 `render_exception` was changed to take an ActionDispatch::ExceptionWrapper instead of an Exception. I've added support for the new way while keeping support for pre 7.1.
- Loading branch information