diff --git a/spec/csvconv_spec.rb b/spec/csvconv_spec.rb index 796c409..b2a8df0 100644 --- a/spec/csvconv_spec.rb +++ b/spec/csvconv_spec.rb @@ -2,7 +2,7 @@ describe CSVConv do it 'should have a version number' do - CSVConv::VERSION.should_not be_nil + expect(CSVConv::VERSION).not_to be_nil end shared_examples_for 'convert file format' do