remove call to `Socket#shutdown`

This commit is contained in:
Niklas Baumstark 2011-10-14 22:20:32 +02:00 committed by Matthew Mongeau
parent 6a4143c267
commit 229a20e897
1 changed files with 0 additions and 2 deletions

View File

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