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