Sha256: 28d866b7ef83ba1c4c67239622b3c364721cb157a0346874971c65c98bbc84e3
Contents?: true
Size: 548 Bytes
Versions: 12
Compression:
Stored size: 548 Bytes
Contents
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
Version data entries
12 entries across 12 versions & 1 rubygems