[DRE-commits] [ruby-rabl-rails] 05/07: Change tests files search pattern

David Suárez deiv-guest at moszumanska.debian.org
Mon Oct 13 21:32:26 UTC 2014


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

deiv-guest pushed a commit to branch master
in repository ruby-rabl-rails.

commit 38241aea0a70b53d6a40a8e886f8f80bbbba1edb
Author: David Suárez <david.sephirot at gmail.com>
Date:   Mon Oct 13 23:17:59 2014 +0200

    Change tests files search pattern
---
 debian/ruby-tests.rake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 4e4f698..164e1d6 100755
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -2,9 +2,9 @@ require 'rake/testtask'
 require 'minitest/autorun'
 
 Rake::TestTask.new(:test) do |t|
-  t.libs << 'lib'
+  #t.libs << 'lib'
   t.libs << 'test'
-  t.pattern = 'test/**/*_test.rb'
+  t.pattern = 'test/**/test_*.rb'
   t.verbose = true
 end
 

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



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