about summary refs log tree commit homepage
path: root/test/testhelp.rb
diff options
context:
space:
mode:
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'