[DRE-commits] [ruby-minitest] 01/06: improve glob pattern for tests

Cédric Boutillier boutil at moszumanska.debian.org
Mon Sep 29 22:51:24 UTC 2014


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

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

commit 26049f02a6dfcca4dc4b58b7903e82fe88dde627
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Sep 30 00:33:52 2014 +0200

    improve glob pattern for tests
---
 debian/ruby-tests.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 39b8981..4bbc66f 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,2 +1,2 @@
 $: << "./test/"
-Dir['{spec,test}/**/*.rb'].each { |f| require f }
+Dir['./test/**/*.rb'].each { |f| require f }

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



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