I am using rspec to do testing and it is giving me the following output. How can I fix the “←[32m”?
I get the same output while using Terminal in Aptana.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You either need to disable colors in the RSpec output, or use a shell program that supports ANSI colors.
https://issues.apache.org/jira/browse/BUILDR-530