Method: Protest::Report#pendings
- Defined in:
- lib/protest/report.rb
#pendings ⇒ Object
List all the tests (as PendingTest instances) that were pending.
70 71 72 |
# File 'lib/protest/report.rb', line 70 def pendings @pendings ||= [] end |