27692c1
--- test/abstract_unit.rb.orig	2011-01-10 23:22:06.245506019 -0500
27692c1
+++ test/abstract_unit.rb	2011-01-10 23:22:18.633505885 -0500
27692c1
@@ -1,4 +1,4 @@
27692c1
-require File.expand_path('../../../load_paths', __FILE__)
27692c1
+require 'rubygems'
27692c1
 
27692c1
 lib = File.expand_path("#{File.dirname(__FILE__)}/../lib")
27692c1
 $:.unshift(lib) unless $:.include?('lib') || $:.include?(lib)