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 13:13:18 -0800
commita939abf1049742e8045628bc95d4cd4ca1f48916 (patch)
tree682ec34de575fe37c81d95ef1ba34792b79696ce
parent6c6ceec2e8758748add9de71983564ac529ccf3a (diff)
downloadchef-a939abf1049742e8045628bc95d4cd4ca1f48916.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