RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: kevinvangelder
You didn't mention that you need to initialize rspec. I tried for hours to figure out why colors weren't working in Guard over SSH and it turned out I just needed to run rspec --init
rspec --init
You didn't mention that you need to initialize rspec. I tried for hours to figure out why colors weren't working in Guard over SSH and it turned out I just needed to run
rspec --init