[DRE-commits] [ruby-listen] 07/12: skip darwin and windows tests
Antonio Terceiro
terceiro at moszumanska.debian.org
Sat Aug 8 13:00:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository ruby-listen.
commit ee4152acaeafc5780daf45e54aa6061700e19000
Author: Antonio Terceiro <terceiro at debian.org>
Date: Fri Aug 7 18:07:35 2015 -0300
skip darwin and windows tests
---
debian/ruby-tests.rake | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index cf1591e..7819396 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -2,4 +2,5 @@ require 'gem2deb/rake/spectask'
Gem2Deb::Rake::RSpecTask.new do |spec|
spec.pattern = './spec/**/*_spec.rb'
+ spec.exclude_pattern = './spec/lib/listen/adapter/{darwin,windows}_spec.rb'
end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-listen.git
More information about the Pkg-ruby-extras-commits
mailing list