mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Silence logger in Binder tests. (#1163)
This commit is contained in:
parent
b66cf49fa3
commit
bc76bca535
1 changed files with 1 additions and 3 deletions
|
@ -5,9 +5,8 @@ require "puma/events"
|
|||
require "puma/puma_http11"
|
||||
|
||||
class TestBinder < Minitest::Test
|
||||
|
||||
def setup
|
||||
@events = Puma::Events.new(STDOUT, STDERR)
|
||||
@events = Puma::Events.null
|
||||
@binder = Puma::Binder.new(@events)
|
||||
end
|
||||
|
||||
|
@ -29,5 +28,4 @@ class TestBinder < Minitest::Test
|
|||
|
||||
assert_equal [], @binder.listeners
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue