Re: [rspec-users] Cucumber and rspec, do cucumber step definitions use rspec?

2011-05-10 Thread Matt Wynne
On 9 May 2011, at 16:00, S Ahmed wrote: > I'm a bit confused as to how cucumber and rspec integrate (if they d at all?). > > You write a cucumber feature, and step definitions. > Now in the step definitions, do you write rspec in the step definitions or do > they somehow link to the spec's writ

Re: [rspec-users] Cucumber and rspec, do cucumber step definitions use rspec?

2011-05-10 Thread aslak hellesoy
On Mon, May 9, 2011 at 3:00 PM, S Ahmed wrote: > I'm a bit confused as to how cucumber and rspec integrate (if they d at > all?). > > RSpec is two things: a) A runner (command line program) b) An assertion library (should, should_not, be_nil and friens) Cucumber doesn't use a) at all. If you wan

Re: [rspec-users] Cucumber and rspec, do cucumber step definitions use rspec?

2011-05-10 Thread David Chelimsky
On May 10, 2011, at 11:50 AM, aslak hellesoy wrote: > > > On Mon, May 9, 2011 at 3:00 PM, S Ahmed wrote: > I'm a bit confused as to how cucumber and rspec integrate (if they d at all?). > > > RSpec is two things: > a) A runner (command line program) > b) An assertion library (should, should_n

Re: [rspec-users] Cucumber and rspec, do cucumber step definitions use rspec?

2011-05-10 Thread aslak hellesoy
On Mon, May 9, 2011 at 4:12 PM, S Ahmed wrote: > Andrew, I've actually read allot of the book (but admittedly I brushed over > the cucumber sections), but I was confused at this point. > > I understand the outside in development, etc. > > What I was confused at was if the two technologies actuall