First of all, I've been trying to find an answer for this problem all over the internet without luck.
The thing is that I am using RVM with ruby 1.9.2-head and I created a new empty gemset. Then I installed bundler gem with: gem bundler install That installed the library into the /Users/damselem/.rvm/gems/ ruby-1.9.2-h...@rails3/gems directory. Then I went to my rails 3 app directory and I ran "bundle install" which showed this: http://gist.github.com/446011 and when I ran gem list I got: http://gist.github.com/446005 Everything seems perfect, but when running some route specs I got an undefined method error for route_to method. I've checked in the github repository and it actually exists. So I decided to look inside the library but I couldn't find the /rspec/rails/matchers/ routing_spec_matchers.rb directory and either the matchers directory. So, my question is: Why is not the file in there? Why is not the matchers directory either? Then I found under /Users/damselem/.rvm/gems/ruby-1.9.2-h...@rails3/ a bundler directory with some gems, and with folder names like: devise-d498cf3a4e1a3fef3f4f071d4feec6a489efe480-master formtastic-8ab93b34c3a97eee21e38185e14bed2f769c81e5-rails3 shoulda-b78dbf514bbce3272023d3a4742474857c2eb3c3-master Why is that? Why there are two different directories for gems? Why are devise, formtastic and shoulda not in the gems directory? Thank you very much, and sorry for asking so many questions, but I'm quite lost with all this. _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users