0

I was using gem turn to format ANSI color output for tests, which worked great.

Then I discovered that it doesn't work with mocha. Is there a way to get them to work together? How do you create color output when working with mocha?

Thanks.

Thomas Dickey
  • 51,086
  • 7
  • 70
  • 105
B Seven
  • 44,484
  • 66
  • 240
  • 385

1 Answers1

0

The gem redgreen works with Mocha and provides nice color output for tests.

Here's how to get it to work: In rails is it possible to get colour highlighting for the rake test command?

Community
  • 1
  • 1
B Seven
  • 44,484
  • 66
  • 240
  • 385