about summary refs log tree commit homepage
path: root/test
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-05-25 23:04:27 -0700
committerEric Wong <normalperson@yhbt.net>2009-05-25 23:04:27 -0700
commit9889b08360abf22f6dc71b3748e4b0387b3122f6 (patch)
tree334c5315e3b51a55dc5e0b044a41dd9749b17677 /test
parent792064a4aeeab887d7ffcc9dda3fbd8f22488c82 (diff)
downloadunicorn-9889b08360abf22f6dc71b3748e4b0387b3122f6.tar.gz
This should prevent Rack from being required too early
on so "-I" being passed through the unicorn command-line
can modify $LOAD_PATH for Rack
Diffstat (limited to 'test')
-rw-r--r--test/test_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 55aa70c..787adbf 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -25,7 +25,9 @@ require 'stringio'
 require 'pathname'
 require 'tempfile'
 require 'fileutils'
+require 'logger'
 require 'unicorn'
+require 'unicorn/http11'
 
 if ENV['DEBUG']
   require 'ruby-debug'