Re: [rspec-users] rspec-rails 2 webrat dependency

2010-06-21 Thread Rodrigo Rosenfeld Rosas
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

Re: [rspec-users] rspec-rails 2 webrat dependency

2010-06-19 Thread Rick DeNatale
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

Re: [rspec-users] rspec-rails 2 webrat dependency

2010-06-19 Thread David Chelimsky
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

[rspec-users] rspec-rails 2 webrat dependency

2010-06-19 Thread Rodrigo Rosenfeld Rosas
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