Sha256: e20ac283f341b98bc95ee83388c6d5567e716a84ec8e4571bc85b466c62fbe11
Contents?: true
Size: 350 Bytes
Versions: 28
Compression:
Stored size: 350 Bytes
Contents
require 'spec_helper' fixture_path = 'spec/fixtures' describe 'be_able_to' do it 'remove_empty_values' do options = {:row_sep => :auto, :remove_empty_values => true} data = SmarterCSV.process("#{fixture_path}/empty.csv", options) data.size.should == 1 data[0].keys.should == [:not_empty_1, :not_empty_2, :not_empty_3] end end
Version data entries
28 entries across 28 versions & 2 rubygems