Rails: Guardfile for RSpec
In this post, I share with you my Guardfile for gem guard-spec which I used for my Rails apps to automatically rerun specs when there are changes.
To install guard-spec, check out its GitHub site
After running the command guard init rspec, replace the generated Guardfile with: