In other o/s RSpec returns nicely coloured results (red, green etc).
However in the windows (Vista) command prompt my text output is just plain old boring white.
The best method is to create a file name .rspec in the root folder of your app and include this single line of code in it:
--colour
Done and dusted