[DRE-commits] [SCM] imagetooth.git branch, master, updated. upstream/2.0.1-11-g1b18a08

Gaston Ramos ramos.gaston at gmail.com
Wed Nov 30 03:57:46 UTC 2011


The following commit has been merged in the master branch:
commit 1b18a088ecb0f0775238552df3e42a78d836d88d
Author: Gaston Ramos <ramos.gaston at gmail.com>
Date:   Wed Nov 30 00:57:03 2011 -0300

    - added tests files

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index eac5ce6..ba40941 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,13 +1,3 @@
-# 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 'rspec'
+
+Dir['{spec}/**/*.rb'].each { |f| require f }

-- 
imagetooth.git



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