From 1af8cd8d57710bc959aa74f87488d63a20fcf054 Mon Sep 17 00:00:00 2001 From: Larry Gilbert Date: Wed, 1 Feb 2012 11:09:31 -0800 Subject: [PATCH] Update spec related to issue #220 to indicate that issue --- spec/cucumber/ast/table_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/cucumber/ast/table_spec.rb b/spec/cucumber/ast/table_spec.rb index ee8a6068c4..26fc2fc569 100644 --- a/spec/cucumber/ast/table_spec.rb +++ b/spec/cucumber/ast/table_spec.rb @@ -449,7 +449,7 @@ def @table.columns; super; end lambda { t1.dup.diff!(t2) }.should raise_error begin - pending "http://groups.google.com/group/cukes/browse_thread/thread/5d96431c8245f05f" do + pending "https://github.com/cucumber/cucumber/issues/220" do lambda { t1.dup.diff!(t2, :surplus_row => false) }.should_not raise_error end rescue => e