[DRE-commits] [SCM] ruby-rainbow.git branch, master, updated. upstream/1.1.4-6-g738478d

Nitesh A Jain niteshjain92 at gmail.com
Sat Jun 1 12:08:13 UTC 2013


The following commit has been merged in the master branch:
commit 738478d2632a1f6ebe07fdbedab891920be2d89b
Author: Nitesh A Jain <niteshjain92 at gmail.com>
Date:   Sat Jun 1 17:37:56 2013 +0530

    removed boilerplate code from ruby-test.rb

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index eac5ce6..a07f950 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['{spec,test}/**/*.rb'].each { |f| require f }

-- 
ruby-rainbow.git



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