Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 622 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 622 Bytes

minitest-colors

Minitest plugin that prints colorful progress report. Less colorfull than minitest/pride (only green and red mostly).

Installation

Add this line to your application's Gemfile:

gem 'minitest-colors'

And then execute:

$ bundle

Or install it yourself as:

$ gem install minitest-colors

Usage

require 'minitest-colors'

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/BrunoGrasselli/minitest-colors.

License

The gem is available as open source under the terms of the MIT License.