[DRE-commits] [SCM] ruby-mongo.git branch, master, updated. upstream/1.8.5-20-gde8479a

Cédric Boutillier boutil at debian.org
Mon May 13 12:52:32 UTC 2013


The following commit has been merged in the master branch:
commit de8479a25c46b541bc33b8ecf420b25fdac5c883
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon May 13 14:45:09 2013 +0200

    add ruby-tests.rb to actually run tests at build time

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
new file mode 100644
index 0000000..dd83851
--- /dev/null
+++ b/debian/ruby-tests.rb
@@ -0,0 +1,2 @@
+$: << "./test/"
+Dir["test/unit/*.rb"].each { |f| require f}

-- 
ruby-mongo.git



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