# File lib/guard/rspec/formatter.rb, line 45
  def priority(image)
    { :failed => 2,
      :pending => -1,
      :success => -2
    }[image]
  end