[DRE-commits] [SCM] ruby-colored.git branch, master, updated. upstream/1.2-6-gd536a16

Cédric Boutillier boutil at debian.org
Fri Jul 12 21:04:58 UTC 2013


The following commit has been merged in the master branch:
commit e14dae73ed345a2fbe3fd8cc00bea209fd8d38ee
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri Jul 12 10:40:15 2013 +0200

    set a simple ruby-tests.rb

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index eac5ce6..f669986 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")
+require "test/colored_test.rb"

-- 
ruby-colored.git



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