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 k
I just hold ctl+c until it quits out.
Pat
On 11/16/08, Nick Hoffman <[EMAIL PROTECTED]> 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 th
On 2008-11-16, at 15:21, Pat Maddox wrote:
I just hold ctl+c until it quits out.
Pat
Hahha, brute force it, eh?
___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users
On Nov 16, 2008, at 2:40 PM, Nick Hoffman 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 run
Hello,
I'm specing a controller, but having trouble getting my head around
what I've created.
I'm specing a products controller for an admin user. Two before
filters check the user is logged in and authorized.
A logged-in user only has admin privileges within her own subdomain.
So, sarah,
On Sun, Nov 16, 2008 at 5:53 PM, Sahyoun <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm specing a controller, but having trouble getting my head around what
> I've created.
>
> I'm specing a products controller for an admin user. Two before filters
> check the user is logged in and authorized.
> A log
On Sat, Nov 15, 2008 at 10:54 PM, Scott Taylor
<[EMAIL PROTECTED]> wrote:
>
> On Nov 14, 2008, at 7:13 PM, Bret Pettichord wrote:
>
>> Hello. I just ran into an error I wanted to share.
>>
>> The error message is below. I tracked down the error to the following
>> conditions:
>> 1. I am using the n
On Thu, Nov 13, 2008 at 9:18 AM, Ramon Tayag <[EMAIL PROTECTED]> wrote:
> Yup, I submoduled them :) I suppose that's just like an external svn
> repo. I'll try reinstalling them... but in the mean time, got any
> ideas?
Is this only happening in one rails app? or all of them?
>
> Ramon Tayag
>
>
I created some simple examples using cucumber, celerity, and rspec to verify
the behaviour of a web application.
The examples include:
* verifying javascript ran on page load
* verifying results of AJAX calls
* responding to alerts and confirm dialog boxes
* accessing iframes
The example