Em 19-06-2010 16:12, Rick DeNatale escreveu:
On Sat, Jun 19, 2010 at 1:07 PM, Rodrigo Rosenfeld Rosas
wrote:
Is there any reason for that? If so, couldn't Rspec use Capybara instead of
Webrat if it is not present? Is it possible to depend on Webrat OR Capybara
in the gem specs?
Gems
On Sat, Jun 19, 2010 at 1:07 PM, Rodrigo Rosenfeld Rosas
wrote:
> Is there any reason for that? If so, couldn't Rspec use Capybara instead of
> Webrat if it is not present? Is it possible to depend on Webrat OR Capybara
> in the gem specs?
Gemspecs don't allow alternative dependencies.
I have a
On Jun 19, 2010, at 12:07 PM, Rodrigo Rosenfeld Rosas wrote:
> Hi, I've finally make all my tests pass in Rails 3 with Capybara.
>
> After removing webrat's dependency in favor of the new Capybara one, I
> expected that bundle install would remove Webrat dependencie.
>
> After a few minutes sea
Hi, I've finally make all my tests pass in Rails 3 with Capybara.
After removing webrat's dependency in favor of the new Capybara one, I
expected that bundle install would remove Webrat dependencie.
After a few minutes searching for bundler bugs related to removing
dependencies I've tried to