summaryrefslogtreecommitdiffstats
path: root/activerecord-tests-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord-tests-fix.patch')
-rw-r--r--activerecord-tests-fix.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/activerecord-tests-fix.patch b/activerecord-tests-fix.patch
new file mode 100644
index 0000000..38cb39d
--- /dev/null
+++ b/activerecord-tests-fix.patch
@@ -0,0 +1,8 @@
+--- test/cases/helper.rb.orig 2011-01-10 21:00:27.597458002 -0500
++++ test/cases/helper.rb 2011-01-10 21:00:34.439458125 -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)