diff options
author | Vivek Singh <vivek.singh@msystechnologies.com> | 2020-01-24 08:44:25 +0530 |
---|---|---|
committer | Vivek Singh <vivek.singh@msystechnologies.com> | 2020-01-24 08:44:25 +0530 |
commit | c12ed4d2755c119555fac06accf66bf12ee7e3d0 (patch) | |
tree | 8320ecfdc4bd48fbf0f059c8a7c1864d3abafbd0 /spec | |
parent | 2cd1d3e7a9fb55eefdfb518acbbc9a1d927eadd4 (diff) | |
download | chef-c12ed4d2755c119555fac06accf66bf12ee7e3d0.tar.gz |
Fix failing specs
Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
Diffstat (limited to 'spec')
-rw-r--r-- | spec/unit/knife/bootstrap_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/knife/bootstrap_spec.rb b/spec/unit/knife/bootstrap_spec.rb index 46415085bc..5a3d6a1475 100644 --- a/spec/unit/knife/bootstrap_spec.rb +++ b/spec/unit/knife/bootstrap_spec.rb @@ -382,7 +382,7 @@ describe Chef::Knife::Bootstrap do k end - let(:options) { ["--bootstrap-no-proxy", setting, "-s", "foo"] } + let(:options) { ["--bootstrap-no-proxy", setting] } let(:template_file) { File.expand_path(File.join(CHEF_SPEC_DATA, "bootstrap", "no_proxy.erb")) } |