[DRE-commits] [ruby-simplecov] 05/06: debian/ruby-tests.rake: don't try to run specs in faked_project

Antonio Terceiro terceiro at moszumanska.debian.org
Mon Dec 14 12:47:24 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-simplecov.

commit 2a65470b371674fb913de14a6865f215fbe26e49
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Dec 14 10:43:40 2015 -0200

    debian/ruby-tests.rake: don't try to run specs in faked_project
---
 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 cf1591e..b00b215 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,5 +1,5 @@
 require 'gem2deb/rake/spectask'
 
 Gem2Deb::Rake::RSpecTask.new do |spec|
-  spec.pattern = './spec/**/*_spec.rb'
+  spec.pattern = './spec/*_spec.rb'
 end

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



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