Hi,
I have the below code in my spec/spec_helper.rb file.
RSpec.configure do |c|
c.color_enabled = true
c.tty = true
c.formatter = :documentation
end
But when I am running my tests, I am not getting RED/GREEN default colors.
Here is the image -
http://s10.postimg.org/lw7z98fjt/vim1.png
I am using openSUSE 13.1 KDE.
--
================
Regards,
Arup Rakshit
================
Debugging is twice as hard as writing the code in the first place. Therefore,
if you write the code as cleverly as possible, you are, by definition, not
smart enough to debug it.
--Brian Kernighan