summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn <john.mccrae@progress.com>2023-05-08 18:02:05 +0000
committerJohn <john.mccrae@progress.com>2023-05-08 18:02:05 +0000
commit5960c35e852d197bae5f5ea6d1b5068a68b3a09c (patch)
tree3048642878591fd179614c6cfcf40975732cb406
parentfedbd3c69f9844f2471f99e6dd6ff57087205294 (diff)
downloadchef-jfm/chef17-train_plugins.tar.gz
[chef-17] 24 of X - Backport of train plugins updatejfm/chef17-train_plugins
Signed-off-by: John <john.mccrae@progress.com>
-rw-r--r--knife/spec/unit/knife/bootstrap_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/knife/spec/unit/knife/bootstrap_spec.rb b/knife/spec/unit/knife/bootstrap_spec.rb
index fe6a33e93e..b2937d7ee4 100644
--- a/knife/spec/unit/knife/bootstrap_spec.rb
+++ b/knife/spec/unit/knife/bootstrap_spec.rb
@@ -696,7 +696,7 @@ describe Chef::Knife::Bootstrap do
expect { knife.validate_protocol! }.to raise_error SystemExit
end
end
-
+
context "when additional Train transports are present" do
before do
Gem::Specification.new do |spec|