Skip to content

Commit 9520c9d

Browse files
committed
Silence WebRick output in tests
1 parent 2deadc5 commit 9520c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/spec/integration/selenium/webdriver/spec_support/rack_server.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def start
4848
end
4949

5050
def run
51-
handler.run @app, Host: @host, Port: @port, AccessLog: []
51+
handler.run @app, Host: @host, Port: @port, AccessLog: [], Logger: WEBrick::Log.new(nil, 0)
5252
end
5353

5454
def where_is(file)

0 commit comments

Comments
 (0)