Sha256: 6af5d56bbb6661ba6f7e32622f5761ecb9397c28c850c78e2ea1fd5437032ff0

Contents?: true

Size: 750 Bytes

Versions: 13

Compression:

Stored size: 750 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'
require 'simplecov'

SimpleCov.start do
  # add_filter do |source_file|
  #   # source_file.lines.count < 5
  #   source.filename =~ /^#{SimpleCov.root}\/chef-provisioning-fake/)
  # end
end

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

13 entries across 13 versions & 1 rubygems

Version Path
chef-provisioning-fog-0.26.1 spec/spec_helper.rb
chef-provisioning-fog-0.26.0 spec/spec_helper.rb
chef-provisioning-fog-0.25.1 spec/spec_helper.rb
chef-provisioning-fog-0.25.0 spec/spec_helper.rb
chef-provisioning-fog-0.24.1 spec/spec_helper.rb
chef-provisioning-fog-0.24.0 spec/spec_helper.rb
chef-provisioning-fog-0.23.0 spec/spec_helper.rb
chef-provisioning-fog-0.22.0 spec/spec_helper.rb
chef-provisioning-fog-0.21.0 spec/spec_helper.rb
chef-provisioning-fog-0.20.0 spec/spec_helper.rb
chef-provisioning-fog-0.19.1 spec/spec_helper.rb
chef-provisioning-fog-0.19.0 spec/spec_helper.rb
chef-provisioning-fog-0.18.0 spec/spec_helper.rb