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, 2 insertions, 2 deletions
diff --git a/test/test_stats.rb b/test/test_stats.rb
index a0f9c1b..e37f2e2 100644
--- a/test/test_stats.rb
+++ b/test/test_stats.rb
@@ -13,8 +13,8 @@ class StatsTest < Test::Unit::TestCase
   def test_sampling_speed
     out = StringIO.new
 
-    s = Stats.new("test")
-    t = Stats.new("time")
+    s = Mongrel::Stats.new("test")
+    t = Mongrel::Stats.new("time")
 
     100.times { s.sample(rand(20)); t.tick }