On May 10, 2011, at 11:50 AM, aslak hellesoy wrote:

> 
> 
> On Mon, May 9, 2011 at 3:00 PM, S Ahmed <sahmed1...@gmail.com> 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 friends)

c) mocking/stubbing

> 
> Cucumber doesn't use a) at all.
> If you want, you can use b) in your step definitions. If you don't, Cucumber 
> won't use RSpec at all.

Same for stubs.

Cheers,
David
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to