Skip to content

Commit

Permalink
Fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
errm committed Oct 21, 2016
1 parent 8d2e563 commit 7a55c8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/ruby_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
expect(ruby.semvar_version).to eq '2.2.5'
end

it 'installs version 2.1.9', :'2.1.9' do
expect(ruby.semvar_version).to eq '2.1.9'
it 'installs version 2.1.10', :'2.1.10' do
expect(ruby.semvar_version).to eq '2.1.10'
end

describe 'bundler' do
Expand Down

0 comments on commit 7a55c8d

Please sign in to comment.