thoughtbot / capybara-webkit

A Capybara driver for headless WebKit to test JavaScript web apps
https://thoughtbot.com/open-source
MIT License
1.97k stars 428 forks source link

Fix JRuby asynchronous close warning - Issue #944 #1004

Closed twalpole closed 6 years ago

twalpole commented 7 years ago

This brings back the explicit killing of the webkit_server process, so JRuby doesn't print an AsynchronousCloseException warning when shutting down. The errors on the JRuby 1.9 builds are nothing to do with this change, and occur on master currently too -- not sure which gem update is causing those.