Re: [rspec-users] Composed Stories/Scenarios

2008-03-11 Thread Rick DeNatale
On 3/11/08, David Chelimsky <[EMAIL PROTECTED]> wrote: > On Tue, Mar 11, 2008 at 12:14 PM, Rick DeNatale <[EMAIL PROTECTED]> wrote: > > In using stories, I find myself wanting to build scenarios on top of each > other, > > > > For example > > > > I want something like > > > > Scenario: T

Re: [rspec-users] Composed Stories/Scenarios

2008-03-11 Thread David Chelimsky
On Tue, Mar 11, 2008 at 12:14 PM, Rick DeNatale <[EMAIL PROTECTED]> wrote: > In using stories, I find myself wanting to build scenarios on top of each > other, > > For example > > I want something like > > Scenario: The user logs on > Given a > And b > When c > And d > Then e >And