parent
f7894d9c8c
commit
272fb27e05
|
@ -570,7 +570,7 @@ VF
|
|||
#
|
||||
|
||||
context "with Docker provider on a non-Linux host" do
|
||||
|
||||
|
||||
let(:fake_host_ssh_info) {{
|
||||
private_key_path: ['/path/to/docker/host/key'],
|
||||
username: 'boot9docker',
|
||||
|
@ -580,7 +580,7 @@ VF
|
|||
let(:fake_host_vm) {
|
||||
double("host_vm").tap do |h|
|
||||
h.stub(ssh_info: fake_host_ssh_info)
|
||||
end
|
||||
end
|
||||
}
|
||||
|
||||
before do
|
||||
|
|
Loading…
Reference in New Issue