[DRE-commits] [ruby-innertube] 01/03: Ignore tests on ruby2.3. Tests works with rspec2, but not with rspec3. (Closes:#816545)

Andrew Lee ajqlee at moszumanska.debian.org
Fri Jun 17 19:30:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

ajqlee pushed a commit to branch master
in repository ruby-innertube.

commit 92a5b2c749dd6645c4b1cdb932ad438926208a85
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date:   Fri Jun 17 16:04:58 2016 +0800

    Ignore tests on ruby2.3. Tests works with rspec2, but not with rspec3.
    (Closes:#816545)
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index b40c30c..16c54b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
 # Uncomment to ignore some test failures (but the tests will run anyway).
 # Valid values:
 #export DH_RUBY_IGNORE_TESTS=ruby2.1 require-rubygems
-export DH_RUBY_IGNORE_TESTS=ruby2.2
+export DH_RUBY_IGNORE_TESTS=ruby2.3
 #
 # If you need to specify the .gemspec (eg there is more than one)
 #export DH_RUBY_GEMSPEC=gem.gemspec

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-innertube.git



More information about the Pkg-ruby-extras-commits mailing list