diff options
author | tyler-ball <tyleraball@gmail.com> | 2015-12-08 17:02:23 -0700 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2015-12-09 14:23:54 -0700 |
commit | 85d0407a16fa4dfc479d550a96355a6d11f4f551 (patch) | |
tree | 5be428017e0883fdcaa19c74308bb73783270071 /spec/functional | |
parent | 200c3e5b71ec269efffbfb97e94f1a7aada951af (diff) | |
download | chef-85d0407a16fa4dfc479d550a96355a6d11f4f551.tar.gz |
Moving the proxy export to environment varibles into Chef::Config
Diffstat (limited to 'spec/functional')
-rw-r--r-- | spec/functional/application_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/application_spec.rb b/spec/functional/application_spec.rb index 00ff0f702a..fe656dca60 100644 --- a/spec/functional/application_spec.rb +++ b/spec/functional/application_spec.rb @@ -42,7 +42,7 @@ describe Chef::Application do Chef::Config[:ftp_proxy] = nil Chef::Config[:no_proxy] = nil - @app.configure_proxy_environment_variables + Chef::Config.export_proxies end it "saves built proxy to ENV which shell_out can use" do |