On Tue, Mar 25, 2008 at 5:56 PM, Corey Haines <[EMAIL PROTECTED]> wrote:
> Is there an easy way to get a story output that includes comment text inside
> the Scenario?
>

Plain text stories are parsed and turn into objects, then written out
again. There is no way to capture "unknown" lines for now unless you
patch it.

Aslak

> For example, I have a scenario like
>
> Scenario: User tries to log in with invalid credentials
>     Card: 5732
>     Given a visitor
>      And username: invalid
>
>
> Then, be able to get a summary/output that includes the Card: 5732 line.
> Right now, they aren't output, as they are ignored by the runner.
>
> Thanks.
> -Corey
>
>  --
> http://www.coreyhaines.com
> The Internet's Premiere source of information about Corey Haines
> _______________________________________________
>  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