Skip to content

Commit

Permalink
fix spec code for rspec3
Browse files Browse the repository at this point in the history
  • Loading branch information
masa21kik committed Jun 3, 2014
1 parent 5726208 commit 3883b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/csvconv_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3883b8f

Please sign in to comment.