Im using Rspec for Testing, but CAN'T find how to change the grey color in to Red and Green. Im testing so much that -especially when an error occurs- im having a hard time reading the passed and failures.
Any help would be nice :)
I got it running by doing the following two things:
-c
in the Runner options
fieldIn your spec_helper.rb
, add the following code:
RSpec.configure do |config|
config.tty = true
end
Additional info: http://rubyforge.org/pipermail/rspec-users/2011-January/019327.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With