[DRE-commits] [ruby-oj] 04/07: Modify ruby-tests.rb to load individual test files

Cédric Boutillier boutil at moszumanska.debian.org
Mon Jun 23 05:16:34 UTC 2014


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

boutil pushed a commit to annotated tag debian/2.9.6-1
in repository ruby-oj.

commit 33db2cd691d3b6c14e9cd895aa25fc296da9fac6
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Jun 23 06:51:36 2014 +0200

    Modify ruby-tests.rb to load individual test 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 bd2d2ff..68a81ee 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,3 +1,3 @@
 
 ENV['TZ']="Europe/Paris"
-require "test/tests.rb"
+Dir.glob("test/test*.rb").each { |f| require f }

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



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