1
0
Fork 0
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:
Francesco Rodriguez 2016-08-31 21:53:55 +02:00
parent 637336b897
commit d21476588b

View file

@ -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