I'm trying to transition to MacVim for ruby dev. One of the hangups I have is running specs quickly and getting results (passes/failures) easily.
When I run :Rake
(or :!rspec %
) it runs the specs in the current file. The output is shown in the command window.
If I run this in regular Terminal, I get colored output. That is, the dots are green and the failures are red.
In MacVim, I get these weird [32m
and [0m
tokens. Here's an example:
Any ideas on how to fix this?