On Thu, Oct 30, 2008 at 2:18 PM, Stephen Eley <[EMAIL PROTECTED]> wrote:
> On Thu, Oct 30, 2008 at 12:07 PM, David Chelimsky <[EMAIL PROTECTED]> wrote:
>>
>> This is absolutely by design. If a step passes or fails after another
>> has failed, you have no way of knowing if it would still pass or fail
>> once the other one is passing. Cucumber reports the first problem in a
>> scenario so you can fix that one and move on.
>
> I'm curious: what's the logic behind it not just stopping there?

Pending steps (post failure) are still reported as pending, so it
gives you a sense of where you are in process. Make sense?

>
>
> --
> Have Fun,
>   Steve Eley ([EMAIL PROTECTED])
>   ESCAPE POD - The Science Fiction Podcast Magazine
>   http://www.escapepod.org
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to