module Minitest::Heat

Custom minitest reporter just for Reviewer. Focuses on printing directly actionable guidance.

Pulls from existing reporters:

https://github.com/seattlerb/minitest/blob/master/lib/minitest.rb#L554

Lots of insight from:

http://www.monkeyandcrow.com/blog/reading_ruby_minitest_plugin_system/

And a good example available at:

https://github.com/adamsanderson/minitest-snail

Pulls from minitest-color as well:

https://github.com/teoljungberg/minitest-color/blob/master/lib/minitest/color_plugin.rb

Constants

VERSION