[DRE-commits] [ruby-cucumber-core] 03/04: extend rspec filter for tests

Cédric Boutillier boutil at moszumanska.debian.org
Wed Apr 22 14:25:17 UTC 2015


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

boutil pushed a commit to branch master
in repository ruby-cucumber-core.

commit bc378008c2d67ea20a5419afe6f8faf12adcce73
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Apr 22 16:17:08 2015 +0200

    extend rspec filter for 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 99987ae..dcc1601 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,7 +1,7 @@
 require 'rspec/core/rake_task'
 
 RSpec::Core::RakeTask.new(:spec) do |spec|
-  spec.pattern = './spec/*_spec.rb'
+  spec.pattern = './spec/**/*_spec.rb'
 end
 
 task :default => :spec

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



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