summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2015-05-21 14:03:45 -0700
committerdanielsdeleo <dan@getchef.com>2015-05-22 14:31:20 -0700
commit1ffba2be3bbecac33e460ba6c0f636bc07564b3a (patch)
tree8e4a4e8706e2cebfdcc1edd3bdb1aa86fb3f0f4c
parentf707785c140496b9df0c7841910dabf52380a1cd (diff)
downloadchef-1ffba2be3bbecac33e460ba6c0f636bc07564b3a.tar.gz
Remove old TODO comment
-rw-r--r--lib/chef/formatters/doc.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/formatters/doc.rb b/lib/chef/formatters/doc.rb
index 7144d00b5d..860cd8b2b3 100644
--- a/lib/chef/formatters/doc.rb
+++ b/lib/chef/formatters/doc.rb
@@ -3,9 +3,9 @@ require 'chef/config'
class Chef
module Formatters
- #--
- # TODO: not sold on the name, but the output is similar to what rspec calls
- # "specdoc"
+
+ # Formatter similar to RSpec's documentation formatter. Uses indentation to
+ # show context.
class Doc < Formatters::Base
attr_reader :start_time, :end_time, :successful_audits, :failed_audits