[rspec-users] rspec-rails 2.0.0.beta.12 showing undefined method error for route_to
Julien Palmas
lists at ruby-forum.com
Wed Jun 23 09:16:38 EDT 2010
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/rspec-rails.git'
what you see in the bundler dir are, AFAIK, gem specified with git
repos, just like the line above. (ie : gems build from source by
bundler)
--
Posted via http://www.ruby-forum.com/.
More information about the rspec-users
mailing list