I'm trying to follow the instructions in the beta version of "The RSpec Book" to get "BDD in Rails" going. Here are some relevant details:
Rails version: 2.3.5 Local gems: rspec (2.1.0) rspec-core (2.1.0) rspec-expectations (2.1.0) rspec-mocks (2.1.0) rspec-rails (1.3.2) I started by installing rspec-rails 1.3.2, then cucumber-rails 0.3.2, then database_cleaner and webrat. I then tried to run rake spec and got the "rspec can not be found" error message. Taking this message literally, I then ran "gem install rspec" and was able to install the rspec-2.1.0 gem. But when I ran rake spec again, I got the same error message as before. Should I have installed an earlier version of the rspec gem? Thanks, Dean Richardson -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users