From b2acd574f7273b823789dfd3dfbc626474dbae67 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Fri, 14 Aug 2020 18:24:58 -0700 Subject: fix crazy formatting Signed-off-by: Lamont Granquist --- spec/unit/knife/core/windows_bootstrap_context_spec.rb | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/spec/unit/knife/core/windows_bootstrap_context_spec.rb b/spec/unit/knife/core/windows_bootstrap_context_spec.rb index ab38233714..aab351536d 100644 --- a/spec/unit/knife/core/windows_bootstrap_context_spec.rb +++ b/spec/unit/knife/core/windows_bootstrap_context_spec.rb @@ -148,13 +148,17 @@ describe Chef::Knife::Core::WindowsBootstrapContext do describe "#config_content" do before do - bootstrap_context.instance_variable_set(:@chef_config, Mash.new(config_log_level: :info, - config_log_location: STDOUT, - chef_server_url: "http://chef.example.com:4444", - validation_client_name: "chef-validator-testing", - file_cache_path: "c:/chef/cache", - file_backup_path: "c:/chef/backup", - cache_options: ({ path: "c:/chef/cache/checksums", skip_expires: true }))) + bootstrap_context.instance_variable_set( + :@chef_config, Mash.new( + config_log_level: :info, + config_log_location: STDOUT, + chef_server_url: "http://chef.example.com:4444", + validation_client_name: "chef-validator-testing", + file_cache_path: "c:/chef/cache", + file_backup_path: "c:/chef/backup", + cache_options: ({ path: "c:/chef/cache/checksums", skip_expires: true }) + ) + ) end it "generates the config file data" do -- cgit v1.2.1