Developing with my first Mac and I noticed that my Rspec output isn’t colorized in my terminal even though I’m using the ‘-c‘ flag in the command: bundle exec rspec -c -fd. Any ideas?
Developing with my first Mac and I noticed that my Rspec output isn’t colorized
Share
Add the following contents to a .rspec file to your project dir root.
--color