diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-02-21 19:55:35 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-02-21 19:55:35 +0000 |
commit | 3eadaa5c976081b41acc6940d63ab8ad8ccab6dc (patch) | |
tree | 61c9cddc71fb8d3cc524be4d864bd3552b13172f /dev-ruby/activerecord/files | |
parent | Stable on amd64 wrt bug #354061 (diff) | |
download | gentoo-2-3eadaa5c976081b41acc6940d63ab8ad8ccab6dc.tar.gz gentoo-2-3eadaa5c976081b41acc6940d63ab8ad8ccab6dc.tar.bz2 gentoo-2-3eadaa5c976081b41acc6940d63ab8ad8ccab6dc.zip |
Fix tests when Rails 3 is also present.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/activerecord/files')
-rw-r--r-- | dev-ruby/activerecord/files/activerecord-2.3.10-rails3.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-ruby/activerecord/files/activerecord-2.3.10-rails3.patch b/dev-ruby/activerecord/files/activerecord-2.3.10-rails3.patch new file mode 100644 index 000000000000..cf98f192a2ef --- /dev/null +++ b/dev-ruby/activerecord/files/activerecord-2.3.10-rails3.patch @@ -0,0 +1,8 @@ +--- test/cases/helper.rb.~1~ 2011-02-21 20:49:54.892128120 +0100 ++++ test/cases/helper.rb 2011-02-21 20:50:49.833465960 +0100 +@@ -1,3 +1,5 @@ ++gem 'activesupport', '~>2.3' ++ + $:.unshift(File.dirname(__FILE__) + '/../../lib') + $:.unshift(File.dirname(__FILE__) + '/../../../activesupport/lib') + |