summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorJose Asuncion <jeunito@gmail.com>2016-11-20 18:01:56 -0800
committerJose Asuncion <jose.asuncion@gmail.com>2016-11-29 08:43:51 -0800
commit7155ed0447bf558536ed76f109e28fe72848dbe4 (patch)
tree0d72fa819a891a2305e6379e65b44957f2a6f615 /spec/spec_helper.rb
parent1991cf97660a38e704eb4cd9609ed6ea84a35442 (diff)
downloadchef-7155ed0447bf558536ed76f109e28fe72848dbe4.tar.gz
knife client delete should delete multiple nodes
Signed-off-by: Jose Asuncion <jeunito@gmail.com>
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index aac5a82f2a..dff2450dd8 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -68,6 +68,8 @@ require "chef/config"
require "chef/chef_fs/file_system_cache"
+require "chef/api_client_v1"
+
if ENV["CHEF_FIPS"] == "1"
Chef::Config.init_openssl
end