-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined method
show_exceptions?' for an instance of ActionDispatch::Request` from Rails 7.1
#80
Comments
@dnt294 Thanks for reporting. Would you mind adding a full backtrace? We don't call the |
@dnt294 this is my version that works fine rambulance (3.3.0)
|
@tdvietdev @yuki24 |
Hi, there.
After upgrade to Rails 7.1, running Rspec with rambulance will failed because of this line.
https://github.com/yuki24/rambulance/blob/main/lib/rambulance/test_helper.rb#L28
This is because
show_exceptions?
method has been removed since Rails 7.1https://github.com/rails/rails/blob/v7.1.0/actionpack/lib/action_dispatch/http/request.rb
The text was updated successfully, but these errors were encountered: