[DRE-commits] [SCM] ruby-typed-array.git branch, master, updated. upstream/0.1.2-6-gccef0c2

HIGUCHI Daisuke (VDR dai) dai at debian.org
Sat Dec 29 07:16:35 UTC 2012


The following commit has been merged in the master branch:
commit 5358b18ded7f521a873d9e9e81ecadf29d398d54
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date:   Sat Dec 29 16:13:04 2012 +0900

    use rspec/autorun to test

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index eac5ce6..d12e02c 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,13 +1,2 @@
-# 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/autorun'
+require 'typed-array_spec.rb'

-- 
ruby-typed-array.git



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