Method: Minitest::StatisticsReporter#errors
- Defined in:
- lib/minitest.rb
#errors ⇒ Object
Total number of tests that erred.
716 717 718 |
# File 'lib/minitest.rb', line 716 def errors @errors end |
Total number of tests that erred.
716 717 718 |
# File 'lib/minitest.rb', line 716 def errors @errors end |