Skip to content

Commit

Permalink
Merge pull request #802 from cucumber/stabilize-windows-build
Browse files Browse the repository at this point in the history
Stabilization of windows ci build
  • Loading branch information
mvz authored Apr 14, 2021
2 parents 170221b + c4a6207 commit b81ee6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/aruba/command_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
let(:event_bus) { instance_double("Aruba::EventBus") }
let(:exit_timeout) { 0.01 }
let(:io_wait_timeout) { 0.01 }
let(:working_directory) { expand_path(".") }
let(:working_directory) { File.expand_path(".") }
let(:environment) { ENV.to_hash }
let(:main_class) { nil }
let(:stop_signal) { nil }
Expand Down

1 comment on commit b81ee6d

@aurelien-reeves
Copy link
Contributor

@aurelien-reeves aurelien-reeves commented on b81ee6d Apr 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some glitch are remaining 😞
It still looks more stable than before actually.

Please sign in to comment.