Daniel, your post saved my day!
I got the same undefined method `route_to' error with rspec-rails
v2.0.0.beta.12 and did not understand why ...
Seems like this method has been added after the v2.0.0.beta.12 tag.
You'll have to use the tip of the repo to get that working, until
v2.0.0.beta.13 or
Daniel A. wrote:
> Hmm... So what do you have in your gemfile? Just gem rspec-rails,
> without the version? Do you know why there are some gems that are
> installed in the bundler directory? Thank you very much !
In my gem file, for rspec-rails
gem 'rspec-rails', :git => 'http://github.com/rspec/r