minitest-colorize
minitest-colorize copied to clipboard
error undefined method `output=' when running test
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 C:/Ruby200/lib/ruby/gems/2.0.0/gems/minitest-colorize-0.0.5/lib/minitest/colorize.rb:88:in
<top (required)>': undefined method
output=' for Minitest::Unit:Class (NoMethodError) rake aborted! ... Command failed with status (1): [ruby -I"lib" -I"C:/Ruby200/lib/ruby/gems/2.0.0/gems/rake-10.3.2/lib" "C:/Ruby200/lib/ru by/gems/2.0.0/gems/rake-10.3.2/lib/rake/rake_test_loader.rb" "spec/*_spec.rb" ]
:+1: getting the same
getting the same....
same here...using https://github.com/kern/minitest-reporters in between
:+1:
Same here
+1
+1
+1
Same here