Sha256: 31d799b507a4f21be9cfd601636ed208dc01a3cf157e68dbe1f1cc956ae9b857

Contents?: true

Size: 581 Bytes

Versions: 4

Compression:

Stored size: 581 Bytes

Contents

require 'coveralls'
Coveralls.wear!

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

4 entries across 4 versions & 1 rubygems

Version Path
chef-sugar-1.2.4 spec/spec_helper.rb
chef-sugar-1.2.2 spec/spec_helper.rb
chef-sugar-1.2.0 spec/spec_helper.rb
chef-sugar-1.2.0.beta.1 spec/spec_helper.rb