Blame SOURCES/activesupport-tests-fix.patch

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