Sha256: f7b2064a51fb355e35af2579d372a104f91b0681c062d0f89d8994581e4d78e7
Contents?: true
Size: 344 Bytes
Versions: 24
Compression:
Stored size: 344 Bytes
Contents
Given(/^I do not have a Berkshelf config$/) do FileUtils.rm_f(ENV['BERKSHELF_CONFIG']) end Given /^I do not have a Chef config$/ do path = tmp_path.join('knife.rb').to_s Berkshelf.chef_config = Ridley::Chef::Config.new(path) Berkshelf.chef_config.save ENV['BERKSHELF_CHEF_CONFIG'] = path set_env 'BERKSHELF_CHEF_CONFIG', path end
Version data entries
24 entries across 24 versions & 1 rubygems