Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > updates-src > by-pkgid > b003cb556df31e65268ad978a3f4a152 > files > 5

rubygem-actionmailer-3.0.10-2.fc16.src.rpm

--- test/abstract_unit.rb.orig	2011-01-11 01:07:35.409506471 -0500
+++ test/abstract_unit.rb	2011-01-11 01:07:45.698505940 -0500
@@ -6,7 +6,7 @@
 begin
   old, $VERBOSE = $VERBOSE, nil
   require 'pathname'
-  require File.expand_path('../../../load_paths', __FILE__)
+  require 'rubygems'
 ensure
   $VERBOSE = old
 end