minitest-colorize
minitest-colorize copied to clipboard
Colorize MiniTest output and show failing tests instantly
I require 'minitest/colorize' in my test file and run it with rake and I got following error message. Note that I use minitest 5.4.2 and minitest-colorize 0.0.5 > rake spec...
"all" I did was add colorize to my gem file: group :test do gem 'minitest-rails' gem 'minitest-colorize' gem 'faker' end And did a bundle command. (Also tried bundle install) And...
Minitest Colorize isn't compatible with newer versions of Minitest. This is now fixed. Sadly I couldn't keep support for older Minitest releases.
Your unbounded dependency specifier is going to cause minitest-colorize to break in the future. See: http://blog.zenspider.com/blog/2008/10/rubygems-how-to-preventing-catastrophe.html