summaryrefslogtreecommitdiff
path: root/lib/chef/resource/resource_notification.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/resource_notification.rb')
-rw-r--r--lib/chef/resource/resource_notification.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/resource/resource_notification.rb b/lib/chef/resource/resource_notification.rb
index 1b3e01696a..4bcadca60a 100644
--- a/lib/chef/resource/resource_notification.rb
+++ b/lib/chef/resource/resource_notification.rb
@@ -131,6 +131,7 @@ class Chef
def ==(other)
return false unless other.is_a?(self.class)
+
other.resource == resource && other.action == action && other.notifying_resource == notifying_resource
end