Sha256: 0a206efcd328b7e1357e8409b528f9ecc15fe13a66e25008d3e66f602d0fdf43

Contents?: true

Size: 544 Bytes

Versions: 2

Compression:

Stored size: 544 Bytes

Contents

require 'rspec'
require 'chefspec'
require 'chef/sugar'

require_relative 'support/shared_examples'

RSpec.configure do |config|
  # Prohibit using the should syntax
  config.expect_with :rspec do |spec|
    spec.syntax = :expect
  end

  # 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'

  # ChefSpec configuration
  config.log_level = :fatal
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
chef-sugar-1.2.6 spec/spec_helper.rb
chef-sugar-1.1.0 spec/spec_helper.rb