[rspec-users] error paths: a new scenerio or test in story runner?

2008-08-28 Thread aidy lewis
Hi, I think the scenario based way of defining acceptance tests is akin to scenarios in use-cases. In use-cases we can have a happy path with extends for error conditions etc. Should I create extra scenarios for my error conditions (making my tests less understandable) or should I create a new

Re: [rspec-users] error paths: a new scenerio or test in story runner?

2008-08-28 Thread David Chelimsky
On Thu, Aug 28, 2008 at 8:22 AM, aidy lewis [EMAIL PROTECTED] wrote: Hi, I think the scenario based way of defining acceptance tests is akin to scenarios in use-cases. In use-cases we can have a happy path with extends for error conditions etc. Should I create extra scenarios for my error