I'm running unit tests in Jenkins with chef.
chef exec rake unit
Everything is working correctly except there is not any colored output.
I have enabled AnsiColor Plugin
Jenkins plugin and am getting colored output for non chef tests just fine.
Are there additional steps in order to get chef's output colored in Jenkins?