mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Two fixes reported by Rui Lopes so that test can run individually.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@195 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
a13fe23369
commit
30c7d8fe4b
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
require 'test/unit'
|
||||
require 'mongrel'
|
||||
require 'net/http'
|
||||
|
||||
$test_plugin_fired = 0
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
require 'test/unit'
|
||||
require 'mongrel/stats'
|
||||
require 'stringio'
|
||||
|
||||
class StatsTest < Test::Unit::TestCase
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue