diff options
Diffstat (limited to 'chef-config/spec/unit')
-rw-r--r-- | chef-config/spec/unit/config_spec.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chef-config/spec/unit/config_spec.rb b/chef-config/spec/unit/config_spec.rb index 1e28f5b3e4..3bada755de 100644 --- a/chef-config/spec/unit/config_spec.rb +++ b/chef-config/spec/unit/config_spec.rb @@ -855,7 +855,7 @@ RSpec.describe ChefConfig::Config do context "when an empty proxy is set by the environment" do let(:env) do { - "https_proxy" => "" + "https_proxy" => "", } end @@ -887,7 +887,6 @@ RSpec.describe ChefConfig::Config do it { is_expected.to eq nil } end - context "when no_proxy is included on a list" do let(:env) do { |