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