From 2b174bcf507c7c8a70204b00347e4db6ad2b6d44 Mon Sep 17 00:00:00 2001 From: Andrew Walter Date: Fri, 3 Aug 2018 20:52:14 +1000 Subject: [PATCH] CI - Windows: RSpec specs are all working! --- spec/aruba/command_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/aruba/command_spec.rb b/spec/aruba/command_spec.rb index 976bf26a3..49189a364 100644 --- a/spec/aruba/command_spec.rb +++ b/spec/aruba/command_spec.rb @@ -3,7 +3,7 @@ RSpec.describe Aruba::Command do subject(:command) do described_class.new( - "true", + "exit 0", event_bus: event_bus, exit_timeout: exit_timeout, io_wait_timeout: io_wait_timeout,