[DRE-commits] [SCM] ruby-stomp.git branch, master, updated. upstream/1.1.9-4-gb77869c

Jonas Genannt jonas at brachium-system.net
Tue Oct 4 09:46:52 UTC 2011


The following commit has been merged in the master branch:
commit b77869c91d56d993351b769965404e15147c9fad
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Mon Oct 3 14:00:37 2011 +0200

    fixed spec tests on build

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

-- 
ruby-stomp.git



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