Re: [rspec-users] Arrange Act Assert (AAA) style syntax for rspec2

2011-01-22 Thread JDeville
Thanks David, What I really need is an explicit way of calling 'when'. You helped me find the rspec-given gem, so I'll try that. I think that, and the spies support from the Bourne gem will give me what I've been hoping for. Thanks for everything David. On Jan 22, 11:07 am, David Chelimsky wro

Re: [rspec-users] Arrange Act Assert (AAA) style syntax for rspec2

2011-01-22 Thread David Chelimsky
On Jan 21, 2011, at 10:32 AM, JDeville wrote: > I'd like to be able to test w/ this methodology, and i'm having > trouble figuring out where to hook in to rspec to do it. Near as I > can tell, the flow is this: > > run all of the before filters in the order of highest to lowest > context > > <<

[rspec-users] Arrange Act Assert (AAA) style syntax for rspec2

2011-01-21 Thread JDeville
I'd like to be able to test w/ this methodology, and i'm having trouble figuring out where to hook in to rspec to do it. Near as I can tell, the flow is this: run all of the before filters in the order of highest to lowest context <<-- I need to run something right here run tests run all of t