about summary refs log tree commit homepage
path: root/test/unit/test_response.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/test_response.rb')
-rw-r--r--test/unit/test_response.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test_response.rb b/test/unit/test_response.rb
index f0efdb1..1263a49 100644
--- a/test/unit/test_response.rb
+++ b/test/unit/test_response.rb
@@ -6,7 +6,7 @@
 
 require 'test/test_helper'
 
-include Mongrel
+include Unicorn
 
 class ResponseTest < Test::Unit::TestCase