[DRE-commits] [ruby-license-finder] 03/15: skip bower tests

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Sep 18 09:40:41 UTC 2016


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

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

commit dcb4da69305827fb1fc61d379256dbf78dd75206
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Sep 18 12:44:43 2016 +0530

    skip bower tests
---
 debian/ruby-tests.rake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index cf1591e..c0c3a0d 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/lib/package_managers/*bower*_spec.rb']
 end

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



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