im using rspec testing, can't find how change grey color in red , green. im testing -especially when error occurs- im having hard time reading passed , failures.
any nice :)
i got running doing following 2 things:
- in run/debug configurations, enter
-c
inrunner options
field in
spec_helper.rb
, add following code:rspec.configure |config| config.tty = true end
additional info: http://rubyforge.org/pipermail/rspec-users/2011-january/019327.html
Comments
Post a Comment