spec/chef/handler.rb in chef-handler-status_notifier-0.3.0 vs spec/chef/handler.rb in chef-handler-status_notifier-0.4.0
- old
+ new
@@ -1,8 +1,8 @@
class Chef::Handler
class RunStatus
def failed?
- true
+ false
end
def formatted_exception
"formatted exception"
end