From b1346861133517b939684d2e6eb62ef694b1062f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 6 Feb 2009 15:54:00 -0800 Subject: Remove hard dependency on Rack While we'll support anything that exposes a Rack-like interface (a very good one IMHO), we shouldn't have a hard dependency on Rack to simplify testing. While we're at it, I'm not using Daemons anymore, either, since that does too many things behind our back as far as daemonization goes. As a result of not depending on Rubygems, either, I've sped up my "make -j" test ~1.5 seconds --- test/test_helper.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/test_helper.rb') diff --git a/test/test_helper.rb b/test/test_helper.rb index 21d9e81..ae4f178 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -20,8 +20,6 @@ require 'digest/sha1' require 'uri' require 'stringio' require 'pp' -require 'rubygems' - require 'unicorn' if ENV['DEBUG'] -- cgit v1.2.3-24-ge0c7