Re: [rspec-users] Rspec api ideas, inspired by Cucumber

2009-08-01 Thread Stephen Eley
On Fri, Jul 31, 2009 at 7:36 AM, David Chelimsky wrote: > > Other thoughts? Here's one I've been meaning to bring up for a while: porting Cucumber's FIT-like table functionality to RSpec. I don't use scenario outlines very much in Cucumber. I much prefer factories and keeping one clear narration

Re: [rspec-users] Rspec api ideas, inspired by Cucumber

2009-07-31 Thread Brian Takita
On Fri, Jul 31, 2009 at 4:36 AM, David Chelimsky wrote: > On Fri, Jul 31, 2009 at 2:11 AM, Brian Takita wrote: >> I think I would like to stick primarily with Rspec, because I like >> working close to the code and being able to easily refactor things. >> I do like Cucumber's ability to easily defin

Re: [rspec-users] Rspec api ideas, inspired by Cucumber

2009-07-31 Thread David Chelimsky
On Fri, Jul 31, 2009 at 2:11 AM, Brian Takita wrote: > I think I would like to stick primarily with Rspec, because I like > working close to the code and being able to easily refactor things. > I do like Cucumber's ability to easily define sequences of actions and > custom plain text actions. > > H

[rspec-users] Rspec api ideas, inspired by Cucumber

2009-07-31 Thread Brian Takita
I think I would like to stick primarily with Rspec, because I like working close to the code and being able to easily refactor things. I do like Cucumber's ability to easily define sequences of actions and custom plain text actions. Here are some api ideas I have to make those things better in rsp