Sha256: 62c0e648d2e4a1edb8d87d38e8f90bf17f1ea2d7bc0670f4ae6517a01ee37015

Contents?: true

Size: 552 Bytes

Versions: 10

Compression:

Stored size: 552 Bytes

Contents

$:.unshift File.expand_path('../../lib', __FILE__)
$:.unshift File.expand_path('../support', __FILE__)
require 'fog'
require 'chef/provisioning'
require 'chef/provisioning/fog_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

10 entries across 10 versions & 1 rubygems

Version Path
chef-provisioning-fog-0.15.3 spec/spec_helper.rb
chef-provisioning-fog-0.15.2 spec/spec_helper.rb
chef-provisioning-fog-0.15.1 spec/spec_helper.rb
chef-provisioning-fog-0.14.0 spec/spec_helper.rb
chef-provisioning-fog-0.13.2 spec/spec_helper.rb
chef-provisioning-fog-0.13.1 spec/spec_helper.rb
chef-provisioning-fog-0.13 spec/spec_helper.rb
chef-provisioning-fog-0.12 spec/spec_helper.rb
chef-provisioning-fog-0.11 spec/spec_helper.rb
chef-provisioning-fog-0.10 spec/spec_helper.rb