mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Fix warning: MiniTest::Unit::TestCase is now Minitest::Test.
This commit is contained in:
parent
637336b897
commit
d21476588b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ require 'socket'
|
|||
require 'puma/server'
|
||||
require 'puma/events'
|
||||
|
||||
class TestTCPLogger < Minitest::Unit::TestCase
|
||||
class TestTCPLogger < Minitest::Test
|
||||
|
||||
def setup
|
||||
@events = Puma::Events.new STDOUT, STDERR
|
||||
|
|
Loading…
Reference in a new issue