mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Improve required testhelp.rb path.
This commit is contained in:
parent
43bf354900
commit
cc23d01c9b
5 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
require 'test/testhelp'
|
||||
require 'testhelp'
|
||||
|
||||
class Http10ParserTest < Test::Unit::TestCase
|
||||
include Puma
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright (c) 2011 Evan Phoenix
|
||||
# Copyright (c) 2005 Zed A. Shaw
|
||||
|
||||
require 'test/testhelp'
|
||||
require 'testhelp'
|
||||
|
||||
include Puma
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
require 'test/unit'
|
||||
require 'test/testhelp'
|
||||
require 'testhelp'
|
||||
require 'puma'
|
||||
require 'rack/handler/puma'
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
require 'test/unit'
|
||||
require 'puma'
|
||||
require 'rack/lint'
|
||||
require 'test/testhelp'
|
||||
require 'testhelp'
|
||||
require 'puma/commonlogger'
|
||||
|
||||
class TestRackServer < Test::Unit::TestCase
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright (c) 2011 Evan Phoenix
|
||||
# Copyright (c) 2005 Zed A. Shaw
|
||||
|
||||
require 'test/testhelp'
|
||||
require 'testhelp'
|
||||
|
||||
include Puma
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue