1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Wait for the server to finish stopping

This commit is contained in:
Evan Phoenix 2012-05-15 16:38:22 -06:00
parent a8bb212740
commit 5858b7dd98

View file

@ -23,7 +23,7 @@ class TestPumaServer < Test::Unit::TestCase
end
def teardown
@server.stop
@server.stop(true)
end
def test_url_scheme_for_https