Method: Minitest::SummaryReporter#report

Defined in:
lib/minitest.rb

#reportObject

:nodoc:



544
545
546
547
548
549
550
551
552
553
554
# File 'lib/minitest.rb', line 544

def report # :nodoc:
  super

  io.sync = self.old_sync

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