about summary refs log tree commit homepage
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-02-06 15:54:00 -0800
committerEric Wong <normalperson@yhbt.net>2009-02-09 19:50:57 -0800
commitb1346861133517b939684d2e6eb62ef694b1062f (patch)
tree1d8e0c4ecb82f05bbbff12831e03df82ac5c769b /test/test_helper.rb
parentf07a1c59be7f7b41bf3216f6e67add05d0f04d02 (diff)
downloadunicorn-b1346861133517b939684d2e6eb62ef694b1062f.tar.gz
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
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb2
1 files changed, 0 insertions, 2 deletions
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']