1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00
teampoltergeist--poltergeist/lib/capybara
Jon Leighton 47a310dbdd Fix 1.8.7.
The sfl library uses fork { exec ... } which meant that the at_exit hook
got copied to child processes which would then kill other stuff.

I don't think the at_exit hook is necessary, given that Ruby will kill
child processes at exit, so just remove it.
2012-02-29 18:48:23 +00:00
..
poltergeist Fix 1.8.7. 2012-02-29 18:48:23 +00:00
poltergeist.rb Extract inspector code to a separate class. Implement Driver#debug and Driver#pause methods for using inspector. 2012-02-29 00:02:43 +00:00