1
0
Fork 0
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:
zedshaw 2006-05-20 18:06:20 +00:00
parent a13fe23369
commit 30c7d8fe4b
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
require 'test/unit'
require 'mongrel'
require 'net/http'
$test_plugin_fired = 0

View file

@ -1,5 +1,6 @@
require 'test/unit'
require 'mongrel/stats'
require 'stringio'
class StatsTest < Test::Unit::TestCase