Skip to content

Commit

Permalink
Fixed spec
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrasimplicity committed May 12, 2018
1 parent dd56895 commit 2dcac5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/shell_strike/host_spec.rb
Expand Up @@ -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
Expand Down

0 comments on commit 2dcac5d

Please sign in to comment.