[DRE-commits] [ruby-secure-headers] 01/04: look deeper for test files in pattern

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Jul 19 12:28:54 UTC 2017


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

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

commit 77f63d28db237df0751e8545ce4354568ad42cde
Author: Pirate Praveen <praveen at debian.org>
Date:   Wed Jul 19 17:51:41 2017 +0530

    look deeper for test files in pattern
---
 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-secure-headers.git



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