[rspec-users] How to kill a running spec
Pat Maddox
pergesu at gmail.com
Sun Nov 16 15:21:00 EST 2008
I just hold ctl+c until it quits out.
Pat
On 11/16/08, Nick Hoffman <nick at deadorange.com> wrote:
> Hi guys. Occasionally, I'll want to kill a long spec process that's
> running. Usually I hit CTRL+c to kill a running process, but doing
> that for a running spec just causes "^C" to be printed to the
> terminal, and whichever spec example was running to fail.
>
> I've also tried using /bin/kill to kill the spec process, but that
> just causes whichever spec example was running to catch a
> SignalException, and fail.
>
> Any suggestions for how to do this? Thanks,
> Nick
> _______________________________________________
> rspec-users mailing list
> rspec-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>
More information about the rspec-users
mailing list