# File lib/guard/rspec/notifier.rb, line 21 def notify_failure return unless options[:notification] Guard::Compat::UI.notify("Failed", title: @options[:title], image: :failed, priority: 2) end