I am using infinity_test gem with rspec in a rails project. How can I get the output in color? I tried setting in terminal
rspec --color
I then ran "rspec spec/" to make sure color output was working. Then I run
infinity_test
and the test output is no longer in color. How can I get it to output in color?