diff options
author | Chris Doherty <cdoherty@chef.io> | 2016-02-29 12:37:24 -0800 |
---|---|---|
committer | Chris Doherty <cdoherty@chef.io> | 2016-03-17 14:56:02 -0700 |
commit | 81276da7a221ca1a935b069608580839e94b7154 (patch) | |
tree | 446afd35fb51bfc959c0825f3ea41f5e5776313d /chef-config/spec/unit | |
parent | fda49f6f8133fbb6f389f1def8e0aad4856614b7 (diff) | |
download | chef-81276da7a221ca1a935b069608580839e94b7154.tar.gz |
Rubocop.
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 { |