[DRE-commits] [SCM] yard.git branch, master, updated. upstream/0.7.4-44-g2e948b4

Cédric Boutillier cedric.boutillier at gmail.com
Sun May 6 16:43:13 UTC 2012


The following commit has been merged in the master branch:
commit b5e0f08c13b570244d39fcff9fab71c92ccb94ff
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Sun May 6 14:50:40 2012 +0200

    remove $LOAD_PATH manipulation from ruby-tests.rb

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 4053565..daea7f1 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,3 +1,2 @@
-$: << 'lib' << '.'
 require 'rspec/autorun'
-Dir['{spec,test}/**/*_spec.rb'].each { |f| require f }
+Dir['spec/**/*_spec.rb'].each { |f| require f }

-- 
yard.git



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