class Minitest::Reporters::BaseReporter

def report

def report
  super
  after_suite(tests.last.class)
end