BDD with webrat and Cucumber

Not sure if it is related, but with 2.2.0RC i had much better luck removing rspec and rspec_on_rails from the vendors folder and use the gems. I'm using these: rspec (1.1.11) rspec-rails (1.1.11)

GL

Fredrik wrote:

Not sure if it is related, but with 2.2.0RC i had much better luck removing rspec and rspec_on_rails from the vendors folder and use the gems. I'm using these: rspec (1.1.11) rspec-rails (1.1.11)

GL

On Nov 12, 1:20�pm, James Byrne <rails-mailing-l...@andreas-s.net>

BINGO!

You know. I thought that I did that, removed both of them yesterday, and yet today I find that they are still there. I must have only removed them as submodules from git. But actually getting rid of them cleared up the problem for me. Now I just have regularly failing tests... Yea.... I think ;->