diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-02-06 13:13:18 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-02-06 13:13:18 -0800 |
commit | a939abf1049742e8045628bc95d4cd4ca1f48916 (patch) | |
tree | 682ec34de575fe37c81d95ef1ba34792b79696ce /spec/unit/cookbook_uploader_spec.rb | |
parent | 6c6ceec2e8758748add9de71983564ac529ccf3a (diff) | |
download | chef-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>
Diffstat (limited to 'spec/unit/cookbook_uploader_spec.rb')
-rw-r--r-- | spec/unit/cookbook_uploader_spec.rb | 1 |
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 |