Search code examples
rubyruby-on-rails-3rspectddguard

How do i get my console to display test results in color(red/green)


Im building a ruby on rails aplication, and trying to get my TDD on. I have the following gems installed under my testing environment.

turn <0.8.3
rspec-rails
capybara
guard-rspec
minitest
win32console

Everything seems to be playing nicely together, however, When my test run they aren't in color. Just plain white text. Am I missing something? do I need to initialize something?

I am running on windows 7

Thanks in advance, you guys rock!


Solution

  • Win32Console no longer works with rspec.
    Check this out >>>> Ansicon