class Guard::RSpec::Notifier

def notify_failure

def notify_failure
  return unless options[:notification]
  Guard::Compat::UI.notify("Failed",
                           title: @options[:title],
                           image: :failed,
                           priority: 2)
end