[DRE-commits] [SCM] ruby-mocha.git branch, master, updated. 0.13.3-2-6-g15d0b9f
Cédric Boutillier
boutil at debian.org
Thu May 16 23:09:55 UTC 2013
The following commit has been merged in the master branch:
commit 3f8ca1593b02e638a1cbc80af14e859b87aea2dd
Author: Cédric Boutillier <boutil at debian.org>
Date: Thu May 16 17:20:24 2013 +0200
debian/ruby-tests.rb: ensure Mocha is defined before loading the tests
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 367205d..7581721 100755
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1 +1,4 @@
+#ensure that Mocha is defined before running tests
+module Mocha; end
+
Dir['test/{unit,acceptance}/*_test.rb'].each { |f| require f }
--
ruby-mocha.git
More information about the Pkg-ruby-extras-commits
mailing list