[DRE-commits] [SCM] ruby-peach.git branch, master, updated. debian/0.4-2-6-g04b7f7e

Cédric Boutillier boutil at debian.org
Tue May 7 15:53:52 UTC 2013


The following commit has been merged in the master branch:
commit 6c6815900bf31afa5ce0f6c1f99428cf8f097a98
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue May 7 15:47:01 2013 +0200

    do not modify LOAD_PATH in debian/ruby-tests.rb

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

-- 
ruby-peach.git



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