tdd - How to enable colors on console for guard-minitest on Windows (Rails) -


i'm running windows 7 (32-bit) trying learn rails development.

i'm trying guard tests running colors on console, can't seem find way work. displays white. i've tried regular command line console , git bash console comes rails installer package, same result.

gemfile

  group :test   # main test suite   gem 'minitest-reporters', '1.0.5'   gem 'mini_backtrace',     '0.1.3'   gem 'guard'   gem 'guard-minitest',     '2.3.1'   gem 'wdm',                '0.1.0' end 

when run tests, suggests installing win32console gem, doesn't seem anything.


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -