[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 c5b9508193f932c252b84eae85647eb774e5893a
Author: Praveen Arimbrathodiyil <pravi.a at gmail.com>
Date:   Wed Sep 7 20:10:11 2011 +0530

    update ruby-tests.rb

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index eac5ce6..dcba479 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,13 +1 @@
-# FIXME
-# there's a spec/ or a test/ directory in the upstream source, but
-# no test suite was defined in the Gem specification. It would be
-# a good idea to define it here so the package gets tested at build time.
-# Examples:
-# $: << 'lib' << '.'
-# Dir['{spec,test}/**/*.rb'].each { |f| require f }
-#
-# require 'test/ts_foo.rb'
-#
-# require 'rbconfig'
-# ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
-# exec("#{ruby} -I. test/runtests.rb")
+Dir['test/*.rb'].each { |f| require f }

-- 
ruby-cutest.git



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