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
{{ message }}
This repository was archived by the owner on Jan 27, 2021. It is now read-only.
I have the following in my
ApplicationControllerIn Rails 4.2, everything works but after the update to Rails 5 I get the following error in lots of rspec tests:
When I remove the
around_action, all specs run as expected.