summaryrefslogtreecommitdiff
path: root/lib/chef/formatters
diff options
context:
space:
mode:
authorSerdar Sutay <serdar@opscode.com>2014-11-21 10:10:56 -0800
committertyler-ball <tyleraball@gmail.com>2014-12-17 18:52:20 -0800
commit2b3c252f5cad689debce640f01db9705f3c57d22 (patch)
treede4db8a14ddfa8c850dbd76965b464d30925e170 /lib/chef/formatters
parentb6804bbe2e8fd90a958db3685da92b3112c29536 (diff)
downloadchef-2b3c252f5cad689debce640f01db9705f3c57d22.tar.gz
Test including supported serverspec helpers. Updates per PR comments.
Diffstat (limited to 'lib/chef/formatters')
-rw-r--r--lib/chef/formatters/doc.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/chef/formatters/doc.rb b/lib/chef/formatters/doc.rb
index 09d04f3aae..99603965a9 100644
--- a/lib/chef/formatters/doc.rb
+++ b/lib/chef/formatters/doc.rb
@@ -163,13 +163,11 @@ class Chef
# Called before audit phase starts
def audit_phase_start(run_status)
- puts_line ""
- puts_line "++ Audit phase starting ++"
+ puts_line "Starting audit phase"
end
def audit_phase_complete
- puts_line ""
- puts_line "++ Audit phase ended ++ "
+ puts_line "Auditing complete"
end
def audit_phase_failed(error)