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

Version Path
ironfan-6.1.9 spec/integration/spec_helper.rb
ironfan-6.0.9 spec/integration/spec_helper.rb
ironfan-6.1.7 spec/integration/spec_helper.rb
ironfan-6.1.6 spec/integration/spec_helper.rb
ironfan-6.0.8 spec/integration/spec_helper.rb
ironfan-6.1.5 spec/integration/spec_helper.rb
ironfan-6.1.4 spec/integration/spec_helper.rb
ironfan-6.1.3 spec/integration/spec_helper.rb
ironfan-6.1.0 spec/integration/spec_helper.rb
ironfan-6.0.7 spec/integration/spec_helper.rb
ironfan-5.0.11 spec/integration/spec_helper.rb
ironfan-6.0.6 spec/integration/spec_helper.rb
ironfan-6.0.5 spec/integration/spec_helper.rb
ironfan-6.0.4 spec/integration/spec_helper.rb
ironfan-6.0.3 spec/integration/spec_helper.rb
ironfan-6.0.1 spec/integration/spec_helper.rb
ironfan-6.0.0 spec/integration/spec_helper.rb
ironfan-5.0.10 spec/integration/spec_helper.rb
ironfan-5.0.8 spec/integration/spec_helper.rb
ironfan-5.0.5 spec/integration/spec_helper.rb