Change Rubymine Rspec Color -


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 :)

enter image description here

i got running doing following 2 things:

  1. in run/debug configurations, enter -c in runner options field
  2. 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