summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2014-12-11 15:23:03 -0800
committertyler-ball <tyleraball@gmail.com>2014-12-15 11:03:13 -0800
commite7f1e437451de4c9fef893ce67171e966d828949 (patch)
tree63c8c99fa27b893edd52899d9475185efc081dec
parent45e7fcf05cdec63ac857eca46e55e8d3bb2dc0e6 (diff)
downloadchef-e7f1e437451de4c9fef893ce67171e966d828949.tar.gz
Removing TODOs which are not necessary
-rw-r--r--lib/chef/run_context.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/chef/run_context.rb b/lib/chef/run_context.rb
index e1ba87b258..22679822a4 100644
--- a/lib/chef/run_context.rb
+++ b/lib/chef/run_context.rb
@@ -104,9 +104,6 @@ class Chef
end
end
- # TODO notification.notifying_resource either needs to be a real resource or "type[name]" which matches declaration
- # TODO otherwords, @collection needs to always be keyed by "defined_type[name]"
-
# Adds a delayed notification to the +delayed_notification_collection+. The
# notification should be a Chef::Resource::Notification or duck type.
def notifies_delayed(notification)