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