On Fri, Nov 20, 2009 at 1:02 AM, Andy Koch <[email protected]> wrote: > > I have a project where autospec is not adding new files to it's test > list.
Autotest (which autospec is really just a wrapper around) builds its file list when it initializes. After that its looping is pretty specific. If you want to refresh it with all new changes, you can hit CTRL-C any time and it'll start again from scratch. -- Have Fun, Steve Eley ([email protected]) ESCAPE POD - The Science Fiction Podcast Magazine http://www.escapepod.org _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
