From 75765bedae8a8511260d43ec7f46edc994899c7c Mon Sep 17 00:00:00 2001 From: Wild Kat Date: Wed, 25 Apr 2018 19:06:19 +0200 Subject: fix cli_spec.rb to reflect new version output --- spec/cli_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') 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 -- cgit v1.2.1