Sha256: 259f74bc25251c07bd086097e4ddf958b3812de99195709f7363666c8ea67de4
Contents?: true
Size: 361 Bytes
Versions: 17
Compression:
Stored size: 361 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_environment_variable 'BERKSHELF_CHEF_CONFIG', path end
Version data entries
17 entries across 17 versions & 1 rubygems