[DRE-commits] [ruby-acts-as-list] 02/05: Applied test-helper.patch.
Andrew Lee
ajqlee at moszumanska.debian.org
Tue Jan 12 09:13:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
ajqlee pushed a commit to branch master
in repository ruby-acts-as-list.
commit 4f9c5306980e1c552e007d33219d26c15aa59f66
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date: Tue Jan 12 16:47:09 2016 +0800
Applied test-helper.patch.
---
debian/patches/series | 1 +
debian/patches/test-helper.patch | 10 ++++++++++
2 files changed, 11 insertions(+)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f00828c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+test-helper.patch
diff --git a/debian/patches/test-helper.patch b/debian/patches/test-helper.patch
new file mode 100644
index 0000000..7db0e69
--- /dev/null
+++ b/debian/patches/test-helper.patch
@@ -0,0 +1,10 @@
+--- ruby-acts-as-list-0.7.2.orig/test/helper.rb
++++ ruby-acts-as-list-0.7.2/test/helper.rb
+@@ -9,6 +9,6 @@ rescue Bundler::BundlerError => e
+ end
+ require "active_record"
+ require "minitest/autorun"
+-require "#{File.dirname(__FILE__)}/../init"
++require "acts-as-list"
+
+ require "shared"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-acts-as-list.git
More information about the Pkg-ruby-extras-commits
mailing list