Flowdock
method

after_tests

Importance_1
v2_1_10 - Show latest stable - 0 notes - Class: 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 }
Show source
Register or log in to add new notes.