provisioners/ansible: trim white spaces

[ci skip]
This commit is contained in:
Gilles Cornu 2015-05-29 10:36:17 +02:00
parent f7894d9c8c
commit 272fb27e05
1 changed files with 2 additions and 2 deletions

View File

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