Testing updates

Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
Tim Smith
2016-09-07 21:55:32 -07:00
parent 4e8fa5b0c1
commit 648c488172
13 changed files with 172 additions and 150 deletions

View File

@@ -1,5 +1,5 @@
#
# Copyright:: Copyright (c) 2015 Chef Software, Inc.
# Copyright:: Copyright (c) 2015-2016 Chef Software, Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -41,7 +41,7 @@ begin
end
rescue LoadError
STDERR.puts "\n*** TomlRb not available.\n\n"
STDERR.puts "\n*** TomlRb not available. Skipping the Maintainers Rake task\n\n"
end
private