[DRE-commits] [SCM] ruby-cutest.git branch, master, updated. upstream/1.1.2-13-g1861025

Praveen Arimbrathodiyil pravi.a at gmail.com
Wed Sep 7 15:02:51 UTC 2011


The following commit has been merged in the master branch:
commit 186102532d1b26e070f6ef3dc15ea0f9cf6d8cdf
Author: Praveen Arimbrathodiyil <pravi.a at gmail.com>
Date:   Wed Sep 7 20:26:24 2011 +0530

    update test format to cutest

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index dcba479..7551bfc 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1 +1,2 @@
-Dir['test/*.rb'].each { |f| require f }
+require "cutest"
+	Cutest.run(Dir["test/*.rb"])

-- 
ruby-cutest.git



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