Skip to content

minitest/minitest-rg

 
 

Repository files navigation

home

github.com/minitest/minitest-rg

bugs

github.com/minitest/minitest-rg/issues

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.

About

Minitest with red green support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%