[DRE-commits] [ruby-mina] 02/04: Fix rspec run pattern

Aggelos Avgerinos avgerinos-guest at moszumanska.debian.org
Fri Dec 18 15:15:11 UTC 2015


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

avgerinos-guest pushed a commit to branch master
in repository ruby-mina.

commit f2d71eb0ccd372dc2f57d2234fc31855623e1307
Author: Aggelos Avgerinos <evaggelos.avgerinos at gmail.com>
Date:   Fri Dec 18 16:49:06 2015 +0200

    Fix rspec run 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-mina.git



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