summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-03-02 12:00:32 -0800
committerJay Mundrawala <jdmundrawala@gmail.com>2015-03-02 12:00:32 -0800
commit5882e0b5c9a70f1c8cc1cbd8a8ae31d7647e6b30 (patch)
tree66c5b3294df2efaf947c66ff502716a276bf775e
parent7949a6ee09dac336aea0665b76dcfa8b4cb37f32 (diff)
downloadchef-5882e0b5c9a70f1c8cc1cbd8a8ae31d7647e6b30.tar.gz
Rename spec
-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 bc054b386a..0803cae8f4 100644
--- a/spec/unit/knife/bootstrap_spec.rb
+++ b/spec/unit/knife/bootstrap_spec.rb
@@ -600,7 +600,7 @@ describe Chef::Knife::Bootstrap do
Chef::Config[:validation_key] = nil
end
- it "creates the client (and possibly adds chef-vault items)" do
+ it "creates the client and does not run client_builder or the chef_vault_handler" do
expect(knife_ssh).to receive(:run)
expect(knife.client_builder).not_to receive(:run)
expect(knife.chef_vault_handler).not_to receive(:run).with(node_name: knife.config[:chef_node_name])