We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2019279 commit 84b56e4Copy full SHA for 84b56e4
2 files changed
default/serverspec/spec_helper.rb
@@ -52,9 +52,7 @@
52
end
53
54
c.host = ENV['TARGET_HOST']
55
- options.merge(Net::SSH::Config.for(c.host))
56
- c.ssh = Net::SSH.start(c.host, user, options)
57
- c.os = backend.check_os
+ c.ssh_options = options.merge(Net::SSH::Config.for(c.host))
58
59
60
lockdown/serverspec/spec_helper.rb
0 commit comments