summaryrefslogtreecommitdiffstats
path: root/actionpack-tests-fix.patch
blob: 90af2e445ebf4786a41839ff42db77f9cb49c4a4 (plain)
1
2
3
4
5
6
7
8
--- test/abstract_unit.rb.orig	2011-01-10 23:22:06.245506019 -0500
+++ test/abstract_unit.rb	2011-01-10 23:22:18.633505885 -0500
@@ -1,4 +1,4 @@
-require File.expand_path('../../../load_paths', __FILE__)
+require 'rubygems'
 
 lib = File.expand_path("#{File.dirname(__FILE__)}/../lib")
 $:.unshift(lib) unless $:.include?('lib') || $:.include?(lib)