summaryrefslogtreecommitdiffstats
path: root/actionpack-tests-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack-tests-fix.patch')
-rw-r--r--actionpack-tests-fix.patch8
1 files changed, 0 insertions, 8 deletions
diff --git a/actionpack-tests-fix.patch b/actionpack-tests-fix.patch
deleted file mode 100644
index 90af2e4..0000000
--- a/actionpack-tests-fix.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- 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)