about summary refs log tree commit homepage
path: root/test/testhelp.rb
diff options
context:
space:
mode:
authorevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-20 23:39:06 +0000
committerevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-20 23:39:06 +0000
commitd665da08baeb12fedcb1408c6795dd1bb47d811b (patch)
tree193207245dae32b19527de5d88ed74737a20aa59 /test/testhelp.rb
parentc77a757b47df999455b00d189b82878500f51409 (diff)
downloadunicorn-d665da08baeb12fedcb1408c6795dd1bb47d811b.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@707 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'test/testhelp.rb')
-rw-r--r--test/testhelp.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/testhelp.rb b/test/testhelp.rb
index cc5ba4c..40e6a79 100644
--- a/test/testhelp.rb
+++ b/test/testhelp.rb
@@ -4,6 +4,11 @@
 # Additional work donated by contributors.  See http://mongrel.rubyforge.org/attributions.html
 # for more information.
 
+HERE = File.dirname(__FILE__)
+%w(lib ext bin test).each do |dir|
+  $LOAD_PATH.unshift "#{HERE}/../#{dir}"
+end
+
 require 'rubygems'
 require 'test/unit'
 require 'net/http'