method

after_tests

v2_1_10 - Show latest stable - Class: MiniTest::Unit
after_tests(&block)
public

A simple hook allowing you to run a block of code after all of the tests are done. Eg:

MiniTest::Unit.after_tests { p $debugging_info }