spec/cucumber/ast/table_spec.rb in cucumber-0.3.1 vs spec/cucumber/ast/table_spec.rb in cucumber-0.3.2

- old
+ new

@@ -127,10 +127,10 @@ end it "should recognise when just a subset of a cell is delimited" do table = Table.new([ %w{qty book}, - ['<qty>', "This is <who>'s book"] + [nil, "This is <who>'s book"] ]) table.should have_text('<who>') end it "should replace nil values with nil" do