guard / guard-spork

Guard::Spork automatically manage Spork DRb servers
https://rubygems.org/gems/guard-spork
MIT License
296 stars 58 forks source link

Not closing browser when using capybara+selenium+guard+spork #33

Closed ulitiy closed 12 years ago

ulitiy commented 12 years ago

I don't know if it's the correct place to ask this question, but I have no answer on stackoverflow. I'm using Mac OS X and capybara+selenium+guard+spork. First time the browser starts to make integration test with :js=>true in capybara and it's not closing. When specs run next time they hang and I need to close the browser manually and restart all the specs. That happens only when I use spork. Without spork - browser is closed correctly. Specifying path gives no results. Could you help me with this problem?

thibaudgg commented 12 years ago

I think it's more an issue for Spork itself, please report it here