Open thestumonkey opened 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?
I don't think pry-rescue is capable of closing your browser. It is probably some related complication.
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?