spec/lib/csvify_spec.rb in masticate-0.0.4 vs spec/lib/csvify_spec.rb in masticate-0.1.0
- old
+ new
@@ -9,9 +9,9 @@
tmp = Tempfile.new('csvify')
results = Masticate.csvify(filename, :output => tmp, :col_sep => '|')
output = File.read(tmp)
tmp.unlink
output.lines.count.should == 5
- results[:input_count].should == 5
+ results[:input_count].should == 6
results[:output_count].should == 5
end
end