Use common hash key style within project
This commit is contained in:
parent
9e26e31a6b
commit
aadf1ba5ae
|
@ -56,7 +56,7 @@ describe VagrantPlugins::SyncedFolderRSync::RsyncHelper do
|
|||
let(:result) { Vagrant::Util::Subprocess::Result.new(0, "", "") }
|
||||
|
||||
let(:ssh_info) {{
|
||||
:private_key_path => [],
|
||||
private_key_path: [],
|
||||
}}
|
||||
let(:opts) {{
|
||||
hostpath: "/foo",
|
||||
|
|
Loading…
Reference in New Issue