[DRE-commits] [cucumber] 03/05: drop 0003-Disable-tests-assuming-ordered-hashes.patch, fixed upstream

Cédric Boutillier boutil at alioth.debian.org
Wed Oct 2 13:15:59 UTC 2013


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository cucumber.

commit 13b441179944fb0efdef3ab38fd28d8e53813f2e
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Oct 2 15:05:18 2013 +0200

    drop 0003-Disable-tests-assuming-ordered-hashes.patch, fixed upstream
---
 ...003-Disable-tests-assuming-ordered-hashes.patch |   28 --------------------
 debian/patches/series                              |    1 -
 2 files changed, 29 deletions(-)

diff --git a/debian/patches/0003-Disable-tests-assuming-ordered-hashes.patch b/debian/patches/0003-Disable-tests-assuming-ordered-hashes.patch
deleted file mode 100644
index 2f5601b..0000000
--- a/debian/patches/0003-Disable-tests-assuming-ordered-hashes.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: deactivate specs relying on the order of Hashes
- This order is not garanteed with Ruby 1.8
-Origin: vendor
-Bug: https://github.com/cucumber/cucumber/issues/292
-Last-Update: 2011-06-20
-
---- a/spec/cucumber/ast/table_spec.rb
-+++ b/spec/cucumber/ast/table_spec.rb
-@@ -512,7 +512,7 @@
-       end
- 
-       describe "#new" do
--        it "should allow Array of Hash" do
-+        xit "should allow Array of Hash" do
-           t1 = Table.new([{'name' => 'aslak', 'male' => 'true'}])
-           t1.to_s(:indent => 12, :color => false).should == %{
-             |     male |     name  |
---- a/spec/cucumber/cli/configuration_spec.rb
-+++ b/spec/cucumber/cli/configuration_spec.rb
-@@ -168,7 +168,7 @@
-         config.options[:require].should include('some_file')
-       end
- 
--      it "provides a helpful error message when a specified profile does not exists in cucumber.yml" do
-+      xit "provides a helpful error message when a specified profile does not exists in cucumber.yml" do
-         given_cucumber_yml_defined_as({'default' => '--require from/yml', 'html_report' =>  '--format html'})
- 
-         expected_message = <<-END_OF_MESSAGE
diff --git a/debian/patches/series b/debian/patches/series
index 3bb2ea2..14aa1a0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,4 @@
 0001-Remove-rubygems-bundler-stuff-from-spec_helper.patch
 0002-Remove-require-rubygems-statements.patch
-0003-Disable-tests-assuming-ordered-hashes.patch
 0004-Update_default_binary_path.patch
 0005-Integrate-multi_test-code.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/cucumber.git



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