summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-02-06 13:13:18 -0800
committerTim Smith <tsmith84@gmail.com>2020-02-06 17:15:35 -0800
commit8ab22a0878761e51a7d2c74d2cd0eb289e9affb6 (patch)
tree2895e076f409b62c0b5295809071be86d06daffa
parent27cd6c5f35b7419a53ddc309c2a163059ecf530a (diff)
downloadchef-8ab22a0878761e51a7d2c74d2cd0eb289e9affb6.tar.gz
Make the cookbook_uploader spec actually require the class
Now that knife doesn't depend on this it's not loaded out of the box by our requirement on chef Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--spec/unit/cookbook_uploader_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/unit/cookbook_uploader_spec.rb b/spec/unit/cookbook_uploader_spec.rb
index 07ff303274..7c027866a5 100644
--- a/spec/unit/cookbook_uploader_spec.rb
+++ b/spec/unit/cookbook_uploader_spec.rb
@@ -17,6 +17,7 @@
#
require "spec_helper"
+require_relative "../../lib/chef/cookbook_uploader"
describe Chef::CookbookUploader do