[DRE-commits] [ruby-table-print] 01/01: use ruby-cat for tests
Michael Moll
mmoll-guest at moszumanska.debian.org
Sun Feb 7 21:59:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
mmoll-guest pushed a commit to branch master
in repository ruby-table-print.
commit 2dbe4bdeedd6237bca11104508f2d5ca15318307
Author: Michael Moll <Michael Moll kvedulv at kvedulv.de>
Date: Sun Feb 7 22:58:43 2016 +0100
use ruby-cat for tests
---
debian/control | 1 +
debian/patches/pending_test.diff | 10 ++++++++++
debian/patches/series | 1 +
debian/rules | 2 +-
4 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 2158a62..c4370f1 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Michael Moll <kvedulv at kvedulv.de>
Build-Depends: debhelper (>= 9~),
gem2deb,
rake,
+ ruby-cat,
ruby-rspec
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-table-print.git
diff --git a/debian/patches/pending_test.diff b/debian/patches/pending_test.diff
new file mode 100644
index 0000000..1fa64f9
--- /dev/null
+++ b/debian/patches/pending_test.diff
@@ -0,0 +1,10 @@
+--- a/spec/printable_spec.rb
++++ b/spec/printable_spec.rb
+@@ -42,6 +42,7 @@
+
+ it "ignores methods from an included module" do
+ pending "waiting for Cat to support module manipulation"
++ fail
+ end
+
+ it "uses column information when available (eg, from ActiveRecord objects)"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d584bf8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pending_test.diff
diff --git a/debian/rules b/debian/rules
index 4260f18..acfc5fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
#export DH_VERBOSE=1
#
# Uncomment to ignore all test failures (but the tests will run anyway)
-export DH_RUBY_IGNORE_TESTS=all
+#export DH_RUBY_IGNORE_TESTS=all
#
# Uncomment to ignore some test failures (but the tests will run anyway).
# Valid values:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-table-print.git
More information about the Pkg-ruby-extras-commits
mailing list