[rspec-users] Autospec Infinite Loop ??
Arco
akleak at gmail.com
Mon Apr 6 17:50:04 EDT 2009
When I run autospec and I have a red example, autospec goes into an
infinite loop and runs over and over until I get rid of the red.
I hate this. I want my tests to just run once when my ruby file is
saved - even if I have red examples.
The infinite loop does not happen if my examples are all green, all
yellow or a mix of green and yellow.
I have tried ZenTest 3.11, Zentest 4.0, and autotest (http://
github.com/grosser/autotest/tree/master).
Is there a way to make autospec run just once if it sees a red
example?
I am using rspec 1.2.2, platform: cygwin - testing a standalone ruby
class.
Thanks!!!
More information about the rspec-users
mailing list