Sha256: 8f11e90bc38782184e88919b03fa4dd70e2429a75ac44ec72b3120b7c413db2b
Contents?: true
Size: 508 Bytes
Versions: 78
Compression:
Stored size: 508 Bytes
Contents
this_dir = File.realpath(File.dirname(__FILE__)) $:.unshift File.expand_path('../../lib', this_dir) require 'chef' require 'chef/knife' require 'fog' ENV['KNIFE_HOME'] = File.expand_path('minimal-chef-repo/knife', this_dir) ENV['CHEF_USER'] = 'ironfantester' Chef::Knife.new.configure_chef require 'ironfan' Ironfan.ui = Chef::Knife::UI.new(STDOUT, STDERR, STDIN, {}) Ironfan.chef_config = { :verbosity => 0 } Dir.glob(File.expand_path('spec_helper/*.rb', this_dir)).each { |file| load(file) }
Version data entries
78 entries across 78 versions & 1 rubygems