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/test_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test_helper.rb') diff --git a/test/test_helper.rb b/test/test_helper.rb index ab97a9f..21d9e81 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -22,7 +22,7 @@ require 'stringio' require 'pp' require 'rubygems' -require 'mongrel' +require 'unicorn' if ENV['DEBUG'] require 'ruby-debug' @@ -71,7 +71,7 @@ end # process_based_port provides a port number, usable for TCP and UDP # connections based on $$ and with a 5000 as base. -# this is required if you perform several builds of mongrel in parallel +# this is required if you perform several builds of unicorn in parallel # (like continuous integration systems) def process_based_port 5000 + $$ % 1000 -- cgit v1.2.3-24-ge0c7