RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: gthiruva
Site: http://www.zappos.com
I already had the gem selector for guard in my Gemfile. But I got around it a different way. I just created the Guardfile before running guard init rspec:
guard init rspec
touch Guardfile
I already had the gem selector for guard in my Gemfile. But I got around it a different way. I just created the Guardfile before running
guard init rspec
: