On Tue, Nov 25, 2008 at 9:54 PM, James Byrne <[EMAIL PROTECTED]> wrote:

> Aslak Hellesøy wrote:
>
> >>
> >> Cucumber depends upon RSpec.
> >
> > No it doesn't
> >
> > Aslak
>
> Forgive my misapprehension.


Sorry - I should never email from my iPhone.

What I meant is that Cucumber itself does not have any dependencies on
RSpec. However, your own step definitions *can* use RSpec's Rails extensions
if you require cucumber/rails/rspec. Most Cucumber/Rails users seem to be
doing this although there are no hard dependencies. If you only require
cucumber/rails/world you can just use regular Rails integration testing APIs
in your step definitions.

I hope this clarifies a little more.

Cheers,
Aslak


>
> --
> Posted via http://www.ruby-forum.com/.
> _______________________________________________
> 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

Reply via email to