Blame SOURCES/activesupport-tests-fix.patch

06e69c
--- test/abstract_unit.rb.orig	2011-01-10 16:57:45.486962914 -0500
06e69c
+++ test/abstract_unit.rb	2011-01-10 16:57:52.306963241 -0500
06e69c
@@ -2,7 +2,7 @@ ORIG_ARGV = ARGV.dup
06e69c
 
06e69c
 begin
06e69c
   old, $VERBOSE = $VERBOSE, nil
06e69c
-  require File.expand_path('../../../load_paths', __FILE__)
06e69c
+  require 'rubygems'
06e69c
 ensure
06e69c
   $VERBOSE = old
06e69c
 end