|
What we're listening to:
|
autospec/autotest cucumber infinite loopJanuary 18th, 2010Had issue today with autospec never stopping, and found this article, but I did have the autotest-rails gem installed. Thanks to Mario Aquino’s article here, I learned that you can pass -v to autospec/autotest and it will print out what triggered it to run. My culprit was rerun.txt, and then I found buried in the Cucumber documentation:
So, to your project’s .autotest or at ~/.autotest, add something like this:
At least, that’s what my ~/.autotest has, and after adding rerun.txt in there, everything is good. Hopefully this will help someone else googling for the same thing I was with no luck.
|