Method: Protest::Report#errors

Defined in:
lib/protest/report.rb

#errorsObject

List all the tests (as ErroredTest instances) that raised an unrescued exception.



86
87
88
# File 'lib/protest/report.rb', line 86

def errors
  @errors ||= []
end