On Wed, Apr 29, 2009 at 7:42 AM, Korny Sietsma <ko...@sietsma.com> wrote:

> Presumably you only need these if you are *building* cucumber?
>
> If you just want to use cucumber, it should be as simple as "gem
> install cucumber", and it should get all the other dependencies.  On
> my machine it seemed to install treetop, polyglot, and presumably a
> few others - but I don't have rspec-rails nor webrat.
>

rspec(-rails) and webrat aren't actually *required* by Cucumber -- you can
use it without them, which is why they're not force-installed.  However,
nearly every example you're going to find of Cucumber run against a rails
app is going to be using webrat and rspec-rails ...



-- 
// anything worth taking seriously is worth making fun of
// http://blog.devcaffeine.com/
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to