method
after_tests
v1_9_3_125 -
Show latest stable
- Class:
MiniTest::Unit
after_tests()public
A simple hook allowing you to run a block of code after the tests are done. Eg:
MiniTest::Unit.after_tests { p $debugging_info }
after_tests()A simple hook allowing you to run a block of code after the tests are done. Eg:
MiniTest::Unit.after_tests { p $debugging_info }