summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek Singh <vivek.singh@msystechnologies.com>2020-01-24 08:44:25 +0530
committerVivek Singh <vivek.singh@msystechnologies.com>2020-01-24 08:44:25 +0530
commitc12ed4d2755c119555fac06accf66bf12ee7e3d0 (patch)
tree8320ecfdc4bd48fbf0f059c8a7c1864d3abafbd0
parent2cd1d3e7a9fb55eefdfb518acbbc9a1d927eadd4 (diff)
downloadchef-c12ed4d2755c119555fac06accf66bf12ee7e3d0.tar.gz
Fix failing specs
Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
-rw-r--r--spec/unit/knife/bootstrap_spec.rb2
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")) }