0.1
Low commit activity in last 3 years
No release in over a year
Colored red/green output for Minitest
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 4.3
>= 4.0, < 7
~> 1.57.0

Runtime

>= 5.0, < 7
 Project Readme

minitest-rg

home

github.com/minitest/minitest-rg

bugs

github.com/minitest/minitest-rg/issues

Adds red/green color to your Minitest output.

Install

gem install minitest-rg

Configure

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"

Get Involved

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

License

MIT License. See LICENSE for details.