When launching Guard, I\'m getting this output:
$ guard WARN: Unresolved specs during Gem::Specification.reset:
Remember, if you want to use guard, you have to add gem guard to Gemfile.
group :developement, :test do gem 'guard' end
Then, run
bundle install
I hope this can help you.