From c95b60f265c0850cfb95e5cd5ca4891df1138ff3 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Tue, 29 Aug 2023 16:30:28 +0200 Subject: [PATCH] Try using gemsstash on PATH in test --- spec/gemstash/cli_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/gemstash/cli_spec.rb b/spec/gemstash/cli_spec.rb index 03896b45..d8861110 100644 --- a/spec/gemstash/cli_spec.rb +++ b/spec/gemstash/cli_spec.rb @@ -4,7 +4,7 @@ RSpec.describe "CLI executable", type: :aruba do before do - run_command("exe/gemstash --version") + run_command("gemstash --version") end it { expect(last_command_started).to have_output(/Gemstash version \d\.\d\.\d/) }