From 28d571b7cca709641d964e00e6004facb6bfcc7e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 4 Feb 2009 14:30:40 -0800 Subject: s/Mongrel/Unicorn/g Avoid conflicting with existing Mongrel libraries since we'll be incompatible and break things w/o disrupting Mongrel installations. --- test/unit/test_response.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/test_response.rb') 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 -- cgit v1.2.3-24-ge0c7