Skip to content

Commit

Permalink
Update spec related to issue cucumber#220 to indicate that issue
Browse files Browse the repository at this point in the history
  • Loading branch information
L2G committed Feb 29, 2012
1 parent 2ccea1e commit 1af8cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/cucumber/ast/table_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1af8cd8

Please sign in to comment.