Instead of colors I see this..
Anyone know what might be causing this?
Instead of colors I see this..
Anyone know what might be causing this?
The shell that textmate is using to run your tests doesn't seem to be handling the shell text coloring correctly. "[32m" is the shell color code for green. It is surprising the red works, but green doesn't. You may want to try changing the shell that textmate is running tests in, or making sure that the shell it is using is properly using colors.
I had the same issue while using the redgreen gem. Disabling it solved the it for me.