Using rSpec stub in Cucumber with rSpec2

Hello,

I have a Rails3beta4 project where I want to use rSpec stubs in a
Cucumber
feature. Unfortunately it looks like requiring ‘spec/stubs/cucumber’ in
env.rb does not work anymore: I get a “no such file to load –
spec/stubs/cucumber (LoadError)” error.

Is it possible to use rSpec stubs in Cucumber with rSpec2? If not, is
there
any other viable alternative?

Thanks for your help :slight_smile:

Florent