about summary refs log tree commit homepage
path: root/test/test_stats.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_stats.rb')
-rw-r--r--test/test_stats.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test_stats.rb b/test/test_stats.rb
index e37f2e2..404870a 100644
--- a/test/test_stats.rb
+++ b/test/test_stats.rb
@@ -4,9 +4,7 @@
 # Additional work donated by contributors.  See http://mongrel.rubyforge.org/attributions.html
 # for more information.
 
-require 'test/unit'
-require 'mongrel/stats'
-require 'stringio'
+require 'test/testhelp'
 
 class StatsTest < Test::Unit::TestCase