Is there an easy way to get a story output that includes comment text inside
the Scenario?

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

Reply via email to