Sha256: 20129b6fbe50133d41a7c974b4a38bc9340b9710fbc9d422c5745cca9af550ce
Contents?: true
Size: 835 Bytes
Versions: 1
Compression:
Stored size: 835 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.expect_with :rspec do |expectations| expectations.include_chain_clauses_in_custom_matcher_descriptions = true end config.mock_with :rspec do |mocks| # Prevents you from mocking or stubbing a method that does not exist on # a real object. This is generally recommended, and will default to # `true` in RSpec 4. mocks.verify_partial_doubles = true end config.run_all_when_everything_filtered = true config.filter_run :focus config.expect_with(:rspec) { |c| c.syntax = :expect } #Chef::Log.level = :debug # Chef::Config[:log_level] = :warn end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chef-provisioning-2.0.1 | spec/spec_helper.rb |