guard / guard-rspec

Guard::RSpec automatically run your specs (much like autotest)
https://rubygems.org/gems/guard-rspec
MIT License
1.31k stars 241 forks source link

update README from Guard documentation #381

Closed janiceshiu closed 8 years ago

janiceshiu commented 8 years ago

Using the README's suggested guard init rspec command resulted in "Warning: you have a Gemfile, but you're not using bundler or RUBYGEMS_GEMDEPS"

Guard's documentation states "It's important that you always run Guard through Bundler to avoid errors."

Similar issue on StackOverflow.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+1.3%) to 99.581% when pulling f5e35219f0753ce29ee0b8db4364f76af04d420d on contrepoint:master into 2c8591b21988824f4a5872f82d2346f36a7e4d8a on guard:master.

e2 commented 8 years ago

Thanks! Much appreciated.