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 friens) 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. HTH, Aslak 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 written elsewhere? > > > > _______________________________________________ > rspec-users mailing list > rspec-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
_______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users