Method: Protest::Report#failures
- Defined in:
- lib/protest/report.rb
#failures ⇒ Object
List all the tests (as FailedTest instances) that failed an assertion.
80 81 82 |
# File 'lib/protest/report.rb', line 80 def failures @failures ||= [] end |