Minitest::Coloring
Coloring result of running minitest.
Installation
Add a line below to your Gemfile.
gem 'minitest-coloring'
And then run this.
$ bundle install
Usage
Add require "minitest/coloring"
to your test file or pass --color
as an argument while running your tests.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/sawasaki-narumi/minitest-coloring. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
License
The gem is available as open source under the terms of the MIT License.
Code of Conduct
Everyone interacting in the Minitest::Coloring project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.