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

Cédric Boutillier cedric.boutillier at gmail.com
Fri May 4 12:12:57 UTC 2012


The following commit has been merged in the master branch:
commit 63dadba4a79f43fd0bb0f5f1702602906b4685fc
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Fri May 4 13:59:34 2012 +0200

    require rspec/autorun in ruby-tests.rb to run the tests automatically

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

-- 
yard.git



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