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
We have upgraded our stack recently and are now on rails 7.0.0 and ruby 3.1.1.
Since then when I run : PRY_RESCUE_RAILS=1 bundle exec rails test test/controllers/... (or every other ways of launching my test with pry-rescue) the context is stopped in the enter_exception_context rather than on the error itself:
Any idea how to fix this ?
Pifoupif, idrozd, eugeniej, clelantoson, fwuensche and 11 more