Adds red/green color to your Minitest output.
gem install minitest-rg
Add the following to your test helper:
require "minitest/rg"
Or you can run your tests with the ‘–rg` flag:
$ ruby test/test_the_thing.rb --rg
Or if you are using a rake task to run your tests you can set the ‘–rg` flag in the `TESTOPTS` environment variable.
$ rake test TESTOPTS="--rg"
Join the Github discussions to get help or offer suggestions:
github.com/minitest/minitest-rg/discussions
Report bugs by opening an issue:
github.com/minitest/minitest-rg/issues
Contribute changes by creating a pull request:
github.com/minitest/minitest-rg/pulls
MIT License. See LICENSE for details.