Closed janiceshiu closed 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 init rspec
Guard's documentation states "It's important that you always run Guard through Bundler to avoid errors."
Similar issue on StackOverflow.
Coverage increased (+1.3%) to 99.581% when pulling f5e35219f0753ce29ee0b8db4364f76af04d420d on contrepoint:master into 2c8591b21988824f4a5872f82d2346f36a7e4d8a on guard:master.
Thanks! Much appreciated.
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.