ConradIrwin / pry-rescue

Start a pry session whenever something goes wrong.
MIT License
852 stars 49 forks source link

RSpec: Fix transactional tests (#99) #118

Closed joallard closed 4 years ago

joallard commented 4 years ago

Rescues in :after hook instead of :around

Fixes #99.

(Pry-Stackexplorer really shined here)

Includes some satisfying cleanup

Touches code by @magicalbanana @ConradIrwin @jacob-carlborg