Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusreza committed Feb 7, 2019
1 parent 796bbfd commit 826298a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
it 'outputs the version' do
stdout, _stderr, _status = env.execute_inline(subject)
# puts will always add a newline, so we have to compare against that
expect(stdout).to eq UpgradeChecker.get_current_version + "\n"
expect(stdout).to eq UpgradeChecker.get_current_version
end

it 'is successful' do
Expand Down

0 comments on commit 826298a

Please sign in to comment.