Testing updates

Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
Tim Smith
2017-01-17 23:36:22 -08:00
parent 82aec2f311
commit 4667cdfc1e
9 changed files with 55 additions and 60 deletions

View File

@@ -1,2 +1,8 @@
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