spec/cucumber/parser/table_parser_spec.rb in kosmas58-cucumber-0.3.92 vs spec/cucumber/parser/table_parser_spec.rb in kosmas58-cucumber-0.3.93.1

- old
+ new

@@ -43,6 +43,6 @@ it "should not parse a 2x2 table that isn't closed" do parse("| 1 | |\n|| 4 ").should_not == [['1', nil], [nil, '4']] end end end -end \ No newline at end of file +end