Method: Minitest::SummaryReporter#report

Defined in:
lib/minitest.rb

#reportObject

:nodoc:


880
881
882
883
884
885
886
887
888
889
890
# File 'lib/minitest.rb', line 880

def report # :nodoc:
  super

  io.sync = self.old_sync

  io.puts unless options[:verbose] # finish the dots
  io.puts
  io.puts statistics
  aggregated_results io
  io.puts summary
end