Did this run error?
Returns:
619 620 621
# File 'lib/minitest.rb', line 619 def error? self.failures.any? { |f| UnexpectedError === f } end