Re: [rspec-users] Story runner "macros"

2008-01-25 Thread James Deville
It sounds like what you really want is the plain text stories. David has a few good articles, and there have been some good ones on this list. JD On Jan 20, 2008, at 9:09 PM, Rick DeNatale wrote: > I've gotten quite a bit out of Pat Maddox's screencast > http://evang.eli.st/blog/2007/10/8/sto

Re: [rspec-users] Story runner "macros"

2008-01-20 Thread Ben Mabey
Pat Maddox wrote: > On Jan 20, 2008 9:09 PM, Rick DeNatale <[EMAIL PROTECTED]> wrote: > >> Now I really like the idea of the parameterized stories, but the step >> away from client-speak makes me shy away from them. Is there a way to >> get the power without loosing the intelligibility? >>

Re: [rspec-users] Story runner "macros"

2008-01-20 Thread Pat Maddox
On Jan 20, 2008 9:09 PM, Rick DeNatale <[EMAIL PROTECTED]> wrote: > Now I really like the idea of the parameterized stories, but the step > away from client-speak makes me shy away from them. Is there a way to > get the power without loosing the intelligibility? If I were to redo that, it would b

[rspec-users] Story runner "macros"

2008-01-20 Thread Rick DeNatale
I've gotten quite a bit out of Pat Maddox's screencast http://evang.eli.st/blog/2007/10/8/story-runner-top-to-bottom-screencast One thing I'm not sure of is the feature where he writes things like: When "I POST to", "/articles", :post => {:title => "Title", :body => "Body") do | path, params|