Sha256: beb12f1d6ca20983a16bbe52c917d056009dcd4b784e8dd319e30389e436eeef

Contents?: true

Size: 559 Bytes

Versions: 2

Compression:

Stored size: 559 Bytes

Contents

$:.unshift File.expand_path('../../lib', __FILE__)
$:.unshift File.expand_path('../support', __FILE__)
require 'fog'
require 'chef/provisioning'
require 'chef/provisioning/fog_driver/driver'

RSpec.configure do |config|
  config.run_all_when_everything_filtered = true
  config.filter_run :focus

  # Run specs in random order to surface order dependencies. If you find an
  # order dependency and want to debug it, you can fix the order by providing
  # the seed, which is printed after each run.
  #     --seed 1234
  config.order = 'random'
end

Fog.mock!

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
chef-provisioning-fog-0.17.0 spec/spec_helper.rb
chef-provisioning-fog-0.16.0 spec/spec_helper.rb