class Kitchen::Provisioner::PolicyfileSandbox
Public Instance Methods
prepare_cookbooks()
click to toggle source
Stub prepare_cookbooks
because we have implemented this in the provisioner, below. If a Berksfile is present, the default implementation will try to run Berkshelf, which can lead to dependency issues since berks is not yet using Solve 2.x. See also PolicyfileZero#load_needed_dependencies!
which is stubbed to prevent berks from loading.
# File lib/kitchen/provisioner/policyfile_zero.rb, line 47 def prepare_cookbooks; end