Re: [rspec-users] autotest doesn't notice file changes

2007-07-28 Thread Ingo Weiss
This works - thanks, David! Ingo On Jul 27, 2007, at 7:55 PM, David Chelimsky wrote: > Leave off -rails. Just type "autotest" ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] autotest doesn't notice file changes

2007-07-27 Thread David Chelimsky
On 7/27/07, Ingo Weiss <[EMAIL PROTECTED]> wrote: > Hi all, > > I am trying to use autotest with rspec and rais, and it seems to work > fine when I run autotest -rails initially, but then autotest fails to > recognize file changes and run tests continuously. Did I skip a step? > Here is my setup: >