remove call to `Socket#shutdown`

refs #176
This commit is contained in:
Niklas Baumstark 2011-10-14 22:21:26 +02:00 committed by Matthew Mongeau
parent a0d4a21fd3
commit d59e36b8db
1 changed files with 0 additions and 2 deletions

View File

@ -68,8 +68,6 @@ describe Capybara::Driver::Webkit::Browser do
after do
@server_thread.kill
# workaround for ENOTCONN error triggered by `shutdown` on some platforms
@server.shutdown rescue Errno::ENOTCONN nil
@server.close
end