On Sun, May 31, 2009 at 3:59 PM, Jarmo Pertman <jarm...@gmail.com> wrote: > I wanted to start using autospec on my little (non-Rails) project. I'm > on Windows XP and have used it some time ago successfully (on the same > PC), although I've updated many gems in the meantime (RSpec for > example among others). > > In short, everything is fine when all specs pass, but if some fails, > then autospec won't stop running failing specs again even if no files > are changed. I expect it to run specs again only if some file gets > modified. It's kinda irritating when it doesn't stop and is by no > means helping any development :/ > > Also, when I fix the failing spec then it will run it only once and > then run whole suit once and stops as expected. > > Any ideas what might cause this distracting behaviour?
Do you have "--format failing_examples" in spec/spec.opts? If so, rspec saves a file with a list of the failing examples in it, which would trigger autotest to run again unless that file is explicitly ignored. HTH, David > > BR, > Jarmo _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users