Re: [rspec-users] Stopping example execution?

2008-06-29 Thread Mikel Lindsaar
On Mon, Jun 30, 2008 at 2:59 AM, David Chelimsky <[EMAIL PROTECTED]> wrote: > On Jun 29, 2008, at 11:38 AM, Britt Mileshosky wrote: >>> My instinct about this is that it would encourage long methods because >>> it would make it less painful to test them, so I would be adverse to >>> anything that l

Re: [rspec-users] Stopping example execution?

2008-06-29 Thread David Chelimsky
On Jun 29, 2008, at 11:38 AM, Britt Mileshosky wrote: From: [EMAIL PROTECTED] To: rspec-users@rubyforge.org Date: Sun, 29 Jun 2008 11:20:46 -0500 Subject: Re: [rspec-users] Stopping example execution? On Jun 29, 2008, at 11:18 AM, Britt Mileshosky wrote

Re: [rspec-users] Stopping example execution?

2008-06-29 Thread Britt Mileshosky
> From: [EMAIL PROTECTED] > To: rspec-users@rubyforge.org > Date: Sun, 29 Jun 2008 11:20:46 -0500 > Subject: Re: [rspec-users] Stopping example execution? > > On Jun 29, 2008, at 11:18 AM, Britt Mileshosky wrote: >> However, do you see where something lik

Re: [rspec-users] Stopping example execution?

2008-06-29 Thread David Chelimsky
On Jun 29, 2008, at 11:18 AM, Britt Mileshosky wrote: However, do you see where something like a return statement or end example statement could be beneficial? If you are working from the top down with your controller action execution, then you only need to test your expectation and then bail

Re: [rspec-users] Stopping example execution?

2008-06-29 Thread Britt Mileshosky
> From: [EMAIL PROTECTED] > To: rspec-users@rubyforge.org > Date: Sun, 29 Jun 2008 06:09:47 -0500 > Subject: Re: [rspec-users] Stopping example execution? > > On Jun 28, 2008, at 7:27 PM, Britt Mileshosky wrote: > >> -

Re: [rspec-users] Stopping example execution?

2008-06-29 Thread David Chelimsky
On Jun 28, 2008, at 7:27 PM, Britt Mileshosky wrote: Date: Sat, 28 Jun 2008 18:24:17 -0500 From: [EMAIL PROTECTED] To: rspec-users@rubyforge.org Subject: Re: [rspec-users] Stopping example execution? On Sat, Jun 28, 2008 at 5:57 PM, Britt Mileshosky wro