diff options
author | ytti <saku@ytti.fi> | 2018-04-25 20:34:10 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-25 20:34:10 +0300 |
commit | 96910082ed914ee51f33eaea44dd34f8bf5d11e6 (patch) | |
tree | 63a6229522ad72888b6bbe505786daf7a93558ab /spec/cli_spec.rb | |
parent | 60c3408bfc0f6aa5a89013f99e0763719440f29b (diff) | |
parent | 75765bedae8a8511260d43ec7f46edc994899c7c (diff) |
Merge pull request #1308 from wk/restore-compliance
fine tune rubocop to yttis exacting specifications
Diffstat (limited to 'spec/cli_spec.rb')
-rw-r--r-- | spec/cli_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/cli_spec.rb b/spec/cli_spec.rb index 4ceb8ed..8b9b792 100644 --- a/spec/cli_spec.rb +++ b/spec/cli_spec.rb @@ -21,7 +21,7 @@ describe Oxidized::CLI do File.expects(:expand_path) Kernel.expects(:exit) - assert_output("#{Oxidized::VERSION}\n") { Oxidized::CLI.new } + assert_output("#{Oxidized::VERSION_FULL}\n") { Oxidized::CLI.new } end end end |