[DRE-commits] [ruby-fakeweb] 04/07: restrict filter in debian/ruby-tests.rb to test_*.rb files

Cédric Boutillier boutil at moszumanska.debian.org
Fri May 2 14:44:44 UTC 2014


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

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

commit c21db20b14aa5cf1b220f1ddaa9558fbbf3a7f6e
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri May 2 16:13:41 2014 +0200

    restrict filter in debian/ruby-tests.rb to test_*.rb files
---
 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 38a5461..ca8d5ad 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -4,7 +4,7 @@
 # a good idea to define it here so the package gets tested at build time.
 # Examples:
  $: << 'test' << '.'
-Dir['{test}/**/*.rb'].each { |f| require f }
+Dir['test/**/test_*.rb'].each { |f| require f }
 #
 # require 'test/ts_foo.rb'
 #

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



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