From aadf1ba5aebb531ffa461f414d887d23a3d45f5e Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Thu, 11 Aug 2016 13:07:25 -0700 Subject: [PATCH] Use common hash key style within project --- test/unit/plugins/synced_folders/rsync/helper_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/plugins/synced_folders/rsync/helper_test.rb b/test/unit/plugins/synced_folders/rsync/helper_test.rb index 2cafa1332..4640b5977 100644 --- a/test/unit/plugins/synced_folders/rsync/helper_test.rb +++ b/test/unit/plugins/synced_folders/rsync/helper_test.rb @@ -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",