From 2dcac5d9417840f193aa83c62e63cbc0525bfa18 Mon Sep 17 00:00:00 2001 From: XtraSimplicity Date: Sat, 12 May 2018 19:52:38 +1000 Subject: [PATCH] Fixed spec --- spec/shell_strike/host_spec.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/shell_strike/host_spec.rb b/spec/shell_strike/host_spec.rb index 2fb598d..f8d9321 100644 --- a/spec/shell_strike/host_spec.rb +++ b/spec/shell_strike/host_spec.rb @@ -115,13 +115,12 @@ expect(subject).not_to be_empty actual_object = subject.first - + expect(actual_object.command).to eq(command) expect(actual_object.stdout).to eq('') expect(actual_object.stderr).to match(/credentials are invalid/i) end end - end end end end