[DRE-commits] [ruby-hipchat] 01/02: disable incompatible tests

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sat Nov 5 22:20:08 UTC 2016


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

praveen pushed a commit to branch master
in repository ruby-hipchat.

commit c2082a863605002dd7de03eccb101c04d668337a
Author: Pirate Praveen <praveen at debian.org>
Date:   Sun Nov 6 03:45:51 2016 +0530

    disable incompatible tests
---
 debian/changelog       | 7 +++++++
 debian/ruby-tests.rake | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ab95dc9..48ba3fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-hipchat (1.5.2-3) unstable; urgency=medium
+
+  * Team upload
+  * Disable tests (incompatible with newer rspec) (Closes: #841564)
+
+ -- Pirate Praveen <praveen at debian.org>  Sun, 06 Nov 2016 03:45:46 +0530
+
 ruby-hipchat (1.5.2-2) unstable; urgency=medium
 
   * Add disable-failing-tests.patch (Closes: #813746)
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index cf1591e..0a6d157 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,5 +1,5 @@
 require 'gem2deb/rake/spectask'
 
 Gem2Deb::Rake::RSpecTask.new do |spec|
-  spec.pattern = './spec/**/*_spec.rb'
+  spec.pattern = FileList['./spec/**/*_spec.rb'] - FileList['./spec/hipchat_api_v1_spec.rb','./spec/hipchat_api_v2_spec.rb']
 end

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



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