postfix-cookbook/spec/spec_helper.rb
Tim Smith 4667cdfc1e Testing updates
Signed-off-by: Tim Smith <tsmith@chef.io>
2017-01-17 23:36:22 -08:00

9 lines
273 B
Ruby

require 'chefspec'
require 'chefspec/berkshelf'
RSpec.configure do |config|
config.color = true # Use color in STDOUT
config.formatter = :documentation # Use the specified formatter
config.log_level = :error # Avoid deprecation notice SPAM
end