summaryrefslogtreecommitdiffstats
path: root/activesupport-tests-fix.patch
blob: 02480f6b5304d593e541b0d94e2a2444cd04e870 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- test/abstract_unit.rb.orig	2011-01-10 16:57:45.486962914 -0500
+++ test/abstract_unit.rb	2011-01-10 16:57:52.306963241 -0500
@@ -2,7 +2,7 @@ ORIG_ARGV = ARGV.dup
 
 begin
   old, $VERBOSE = $VERBOSE, nil
-  require File.expand_path('../../../load_paths', __FILE__)
+  require 'rubygems'
 ensure
   $VERBOSE = old
 end