[DRE-commits] [SCM] ruby-shoulda-context.git branch, master, updated. 31cc88a23e4ed5a961c557d03fe3fd5210ee7fa0

Antonio Terceiro terceiro at softwarelivre.org
Tue Jun 7 04:20:07 UTC 2011


The following commit has been merged in the master branch:
commit 7ffdcece9815bc3c7145d8de58188c55c8ffaf49
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Sat Jun 4 23:38:07 2011 -0700

    Skip tests on ruby1.9.1 for now

diff --git a/debian/rules b/debian/rules
index a5e7dc8..90c48ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,11 @@
 #!/usr/bin/make -f
-#export DH_VERBOSE=1
-#
-# Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
-#
-# Uncomment to ignore some test failures (but the tests will run anyway).
-# Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
+
+# Disable ruby1.9.1 tests for now. although shoulda-context does work with
+# ruby1.9.1, its test suite depends heavily on the internals of Test::Unit,
+# which was replaced by minitest in ruby1.9.1
 #
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
+# See details at https://github.com/thoughtbot/shoulda/issues/168
+export DH_RUBY_IGNORE_TESTS=ruby1.9.1
 
 %:
 	dh $@ --buildsystem=ruby --with ruby

-- 
ruby-shoulda-context.git



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