Same question as waloeiii in twitter:
How can I have autospec/test not run the full test suite after everything goes green? The next test I write will be red!
I'd rather run the full test suite manually.
By the way, I tried adding a failing spec:
it "should flunk" do
flunk
end
but autospec seems to ignore it when it feels like it.