about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-08-23 19:50:03 -0700
committerEric Wong <normalperson@yhbt.net>2011-08-23 19:50:03 -0700
commitb781e5b1a9b652ee3da73e16851e1f17f0cecd88 (patch)
tree1ab01f7d44dc25129c21d4254e7afa8cfff694ef
parente9da4ce4c8917934242037db0c2735bd7dab1586 (diff)
downloadunicorn-b781e5b1a9b652ee3da73e16851e1f17f0cecd88.tar.gz
We do it in the Ruby invocation or RUBYLIB.
-rw-r--r--test/test_helper.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 92195e6..9763f62 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -17,11 +17,6 @@ ENV['NO_PROXY'] ||= ENV['UNICORN_TEST_ADDR'] || '127.0.0.1'
 DEFAULT_TRIES = 1000
 DEFAULT_RES = 0.2
 
-HERE = File.dirname(__FILE__) unless defined?(HERE)
-%w(lib ext).each do |dir|
-  $LOAD_PATH.unshift "#{HERE}/../#{dir}"
-end
-
 require 'test/unit'
 require 'net/http'
 require 'digest/sha1'