Re: [rspec-users] rails 3.1 with guard, not detecting changes

2011-09-01 Thread Chris Habgood
Yes I needed to run the guard with bundle exec. On Thu, Sep 1, 2011 at 09:58, Tim Gremore wrote: > Have you added any of the available Guards (guard-rails) to your project? > https://github.com/guard/guard/wiki/List-of-available-Guards > > On Sun, Aug 28, 2011 at 9:36 PM, Chris Habgood wrote: >

Re: [rspec-users] rails 3.1 with guard, not detecting changes

2011-09-01 Thread Tim Gremore
Have you added any of the available Guards (guard-rails) to your project? https://github.com/guard/guard/wiki/List-of-available-Guards On Sun, Aug 28, 2011 at 9:36 PM, Chris Habgood wrote: > I am using guard to detect changes and run rspec automatically. It doe > snot seem to see my changes in

[rspec-users] rails 3.1 with guard, not detecting changes

2011-09-01 Thread Chris Habgood
I am using guard to detect changes and run rspec automatically. It doe snot seem to see my changes in a model when guard is run. When I run "rake spec" from the cli rspec runs fine. Does anyone know why this might be happening? ___ rspec-users mailin