spec/csv2hash/parser/mapping_spec.rb in csv2hash-0.3.0 vs spec/csv2hash/parser/mapping_spec.rb in csv2hash-0.4.0
- old
+ new
@@ -7,10 +7,10 @@
end
let(:data_source) { [ [ 'John Doe' ] ] }
subject do
- Csv2hash::Main.new(definition, data_source, exception_mode=false, ignore_blank_line=false)
+ Csv2hash::Main.new(definition, data_source, ignore_blank_line=false)
end
context 'regular way' do
it { expect { subject.parse }.to_not raise_error }
it {