Skip to content

Commit c95b60f

Browse files
committed
Try using gemsstash on PATH in test
1 parent 80b38b8 commit c95b60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/gemstash/cli_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
RSpec.describe "CLI executable", type: :aruba do
66
before do
7-
run_command("exe/gemstash --version")
7+
run_command("gemstash --version")
88
end
99

1010
it { expect(last_command_started).to have_output(/Gemstash version \d\.\d\.\d/) }

0 commit comments

Comments
 (0)