[DRE-commits] [SCM] ruby-rspec-expectations.git branch, master, updated. upstream/2.5.0-11-gd3fb90e

Cédric Boutillier cedric.boutillier at gmail.com
Mon Feb 13 21:18:01 UTC 2012


The following commit has been merged in the master branch:
commit d3fb90e7f80844bcae862c5995bb3e29710cd454
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Mon Feb 13 09:18:16 2012 +0100

    update debian/ruby-tests.rb

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index c587ff5..2179f56 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,2 +1,2 @@
-$: << 'lib' << 'spec' << '.'
-Dir['spec/rspec/**/*.rb'].each { |f| require f }
+$: << 'spec'
+Dir["./spec/rspec/{matchers,expectations}/*_spec.rb"].each { |file| require file }

-- 
ruby-rspec-expectations.git



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