# File lib/guard/rspec/formatter.rb, line 52
  def notify(message, image)
    Guard::Notifier.notify(message, :title => "RSpec results", :image => image,
      :priority => priority(image))
  end