ConradIrwin / pry-rescue

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

Browser exits on exception using Rspec #70

Open thestumonkey opened 10 years ago

thestumonkey commented 10 years ago

I am testing my web application via Rspec and when there's an exception, pry-rescue catches it, but it closes my browser. Is this expected? Unsure if this is pry-rescue or my framework?

vincentwoo commented 10 years ago

I don't think pry-rescue is capable of closing your browser. It is probably some related complication.