[DRE-commits] [SCM] ruby-minitest.git branch, master, updated. debian/2.11.4-1-13-g9b0f665

Cédric Boutillier cedric.boutillier at gmail.com
Tue Jun 12 19:39:40 UTC 2012


The following commit has been merged in the master branch:
commit ef83c5bcf7ab8f68851c5a6762ebb3480cbc790a
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Tue Jun 12 18:33:35 2012 +0200

    add ./test/ to loadpath for tests
    
    https://github.com/seattlerb/minitest/issues/134

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

-- 
ruby-minitest.git



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