Skip to content

Commit

Permalink
Try using gemsstash on PATH in test
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Aug 29, 2023
1 parent f4d1711 commit 153d975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/gemstash/cli_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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/) }
Expand Down

0 comments on commit 153d975

Please sign in to comment.