So, you start running your (full and long) rspec suite (before a checkin), and you realize you [forgot to migrate test|didn't add some config value|missed a curly brace].
You hit Ctrl+C and get this mesage Exiting... Interrupt again to exit immediately. Then the tests march on. My question is, does anyone's rspec actually exit after that? I invariably have to hit Ctrl+C a second time to get it to exit. If I don't, rspec will finish the suite. It does not appear to be exiting. I guess I'm asking if this is abnormal? Will rspec actually exit on its own on some conditions after the first Ctrl+C?
_______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users