jejacks0n / teaspoon

Teaspoon: Javascript test runner for Rails. Use Selenium, BrowserStack, or PhantomJS.
1.43k stars 243 forks source link

Use `exit!` instead of `exit` #602

Closed ghiculescu closed 3 months ago

ghiculescu commented 3 months ago

We found that using exit here would conflict with the debug gem on Ruby 3.2. It would hang and never exit when tests completed, similar to this issue: https://github.com/ruby/debug/issues/336#issuecomment-968349278

jejacks0n commented 3 months ago

Hey! Thanks for this.