[DRE-commits] [nanoc] 09/21: ruby-tests.rake: exclude less specs, rspec options

Cédric Boutillier boutil at moszumanska.debian.org
Thu Jan 5 14:04:56 UTC 2017


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

boutil pushed a commit to branch master
in repository nanoc.

commit 8c8e2e0d7b90e456570d93baf5e4121e26fc733c
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Jan 4 23:04:54 2017 +0100

    ruby-tests.rake: exclude less specs, rspec options
---
 debian/ruby-tests.rake | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index b018132..8b58915 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -10,6 +10,8 @@ end
 
 Gem2Deb::Rake::RSpecTask.new(:spec) do |spec|
   spec.pattern = './spec/**/*_spec.rb'
+  spec.exclude_pattern = './spec/nanoc/filters/less_spec.rb'
+  spec.rspec_opts = '-r ./spec/spec_helper.rb --color'
 end
 
 

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



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