Method: Minitest::StatisticsReporter#skips

Defined in:
lib/minitest.rb

#skipsObject

Total number of tests that where skipped.

[View source]

842
843
844
# File 'lib/minitest.rb', line 842

def skips
  @skips
end