Re: [rspec-users] Gems installation

2008-10-29 Thread Hans de Graaff
On Mon, 2008-10-27 at 15:54 +0100, Juanma Cervera wrote: > I have a problem trying to use cucumber with webrat. > I thought I could use the gems versions of rspec, rspec-rails, cucumber > and webrat, in fact I think that I could manage to do it two weeks ago, > but now that I updated the versions

Re: [rspec-users] Gems installation

2008-10-29 Thread aslak hellesoy
On Mon, Oct 27, 2008 at 3:54 PM, Juanma Cervera <[EMAIL PROTECTED]> wrote: > Hello. > > I have a problem trying to use cucumber with webrat. > I thought I could use the gems versions of rspec, rspec-rails, cucumber > and webrat, in fact I think that I could manage to do it two weeks ago, > but now

Re: [rspec-users] Gems installation

2008-10-28 Thread Juanma Cervera
Thanks Mark That was the problem Mark Thomson wrote: > The webrat gem works for me. Do you have "require 'webrat'" in your > features/steps/env.rb file? > > Mark. -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyf

Re: [rspec-users] Gems installation

2008-10-28 Thread Matt Wynne
Last time I looked, webrat is only patched in when you're running with RAILS_ENV == "test". Are you definitely doing that? On 27 Oct 2008, at 15:28, Mark Thomson wrote: The webrat gem works for me. Do you have "require 'webrat'" in your features/steps/env.rb file? Mark. Juanma Cervera w

Re: [rspec-users] Gems installation

2008-10-27 Thread Mark Thomson
The webrat gem works for me. Do you have "require 'webrat'" in your features/steps/env.rb file? Mark. Juanma Cervera wrote: Hello. I have a problem trying to use cucumber with webrat. I thought I could use the gems versions of rspec, rspec-rails, cucumber and webrat, in fact I think that I

[rspec-users] Gems installation

2008-10-27 Thread Juanma Cervera
Hello. I have a problem trying to use cucumber with webrat. I thought I could use the gems versions of rspec, rspec-rails, cucumber and webrat, in fact I think that I could manage to do it two weeks ago, but now that I updated the versions of the rspec, rspec-rails and cucumber, I am getting a err