From 45648e03ec7fa28915266f45ccb0af45cc376f10 Mon Sep 17 00:00:00 2001 From: bwalker Date: Sat, 6 Feb 2016 21:12:29 -0500 Subject: [PATCH] Quality fixes --- .cane | 1 + spec/kitchen/configurable_spec.rb | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.cane b/.cane index b7c81ceb3..74f73b0e1 100644 --- a/.cane +++ b/.cane @@ -3,5 +3,6 @@ --abc-exclude Kitchen::ThorTasks#define --abc-exclude Kitchen::Driver::SSHBase#converge --abc-exclude Kitchen::Driver::SSHBase#verify +--abc-exclude Kitchen::Configurable#wrap_shell_code --style-exclude lib/vendor/**/*.rb --doc-exclude lib/vendor/**/.rb diff --git a/spec/kitchen/configurable_spec.rb b/spec/kitchen/configurable_spec.rb index 8d92d7eba..cf64099b1 100644 --- a/spec/kitchen/configurable_spec.rb +++ b/spec/kitchen/configurable_spec.rb @@ -834,7 +834,7 @@ class SubclassDefaults < StaticDefaults end it "does not export http_proxy or HTTP_PROXY when :http_proxy is empty" do - config[:http_proxy] = '' + config[:http_proxy] = "" cmd.must_equal(outdent!(<<-CODE.chomp)) sh -c ' @@ -845,7 +845,7 @@ class SubclassDefaults < StaticDefaults end it "does not export https_proxy or HTTPS_PROXY when :https_proxy is empty" do - config[:https_proxy] = '' + config[:https_proxy] = "" cmd.must_equal(outdent!(<<-CODE.chomp)) sh -c ' @@ -869,7 +869,7 @@ class SubclassDefaults < StaticDefaults end it "does not export ftp_proxy or FTP_PROXY when :ftp_proxy is empty" do - config[:ftp_proxy] = '' + config[:ftp_proxy] = "" cmd.must_equal(outdent!(<<-CODE.chomp)) sh -c '