spec/thin_spec.rb in websocket-rack-0.2.1 vs spec/thin_spec.rb in websocket-rack-0.3.0

- old
+ new

@@ -28,9 +28,10 @@ def stop_thin_server sleep 0.1 @server.stop! @thread.kill + sleep 0.1 raise "Reactor still running, wtf?" if EventMachine.reactor_running? end def silent_thin ::Thin::Logging.silent = true \ No newline at end of file