[DRE-commits] [SCM] ruby-bio.git branch, master, updated. debian/1.4.2-2-12-ga3d4b6c

Cédric Boutillier cedric.boutillier at gmail.com
Tue Jun 5 04:25:39 UTC 2012


The following commit has been merged in the master branch:
commit 37d55a23fa6dbecbf5aa1af78e74c675a80fd314
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Sun Jun 3 16:18:13 2012 +0200

    Specify a little more path of tests

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index a063009..18b080b 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -15,4 +15,4 @@ EXC_TESTS = [
 ]
 
 $: << 'lib' << 'test' << '.'
-(Dir['{spec,test}/**/test_*.rb'] - EXC_TESTS).each { |f| require f }
+(Dir['test/{unit,functional}/**/test_*.rb'] - EXC_TESTS).each { |f| require f }

-- 
ruby-bio.git



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