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_semaphore.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/unit/test_semaphore.rb') diff --git a/test/unit/test_semaphore.rb b/test/unit/test_semaphore.rb index 02c5a78..115f159 100644 --- a/test/unit/test_semaphore.rb +++ b/test/unit/test_semaphore.rb @@ -1,6 +1,6 @@ root_dir = File.join(File.dirname(__FILE__), "../..") require File.join(root_dir, "test/test_helper") -require File.join(root_dir, "lib/mongrel/semaphore") +require File.join(root_dir, "lib/unicorn/semaphore") class TestSemaphore < Test::Unit::TestCase def setup @@ -115,4 +115,4 @@ class TestSemaphore < Test::Unit::TestCase def give_up_my_time_slice sleep(1) end -end \ No newline at end of file +end -- cgit v1.2.3-24-ge0c7