[DRE-commits] [SCM] ruby-contest.git branch, master, updated. upstream/0.1.3-4-gdd59ff2

Cédric Boutillier cedric.boutillier at gmail.com
Wed Oct 5 20:08:39 UTC 2011


The following commit has been merged in the master branch:
commit e845e31f23f751c81e9bdf2b3672f52a68b0c5a8
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Wed Oct 5 17:22:20 2011 +0200

    add documentation and enable tests

diff --git a/debian/ruby-contest.docs b/debian/ruby-contest.docs
index 53cfb6b..8d526b9 100644
--- a/debian/ruby-contest.docs
+++ b/debian/ruby-contest.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.markdown
+README.markdown
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-contest.git



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