[DRE-commits] [SCM] ohai.git branch, master, updated. upstream/0.6.10-22-g2e61ced

Antonio Terceiro terceiro at debian.org
Fri Apr 13 12:25:43 UTC 2012


The following commit has been merged in the master branch:
commit fe214a6d87462b3683238fc42ca08a65c4a504ad
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Apr 13 08:12:01 2012 -0300

    Fix test runner

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

-- 
ohai.git



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