Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 504bc2e039ee06da09e7dc2a53110d83 > files > 5

rubygem-activesupport-3.2.8-3.fc18.src.rpm

--- 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