diff options
-rw-r--r-- | test/webrick/test_server.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ class TestWEBrickServer < Test::Unit::TestCase } TestWEBrick.start_server(Echo, config){|server, addr, port, log| true while server.status != :Running assert_equal(1, started, log.call) assert_equal(0, stopped, log.call) assert_equal(0, accepted, log.call) |