rspec-rails 1.2.7.1 is surely working for me. Your script/spec file seems like broken, though, I think you'd better recreate your whole project and try again from scratch. I recommend you not to edit the generated script/spec file unless you're writing a patch for the RSpec project to fix a bug within RSpec.
If you're not sticking on vendorizing plugins, config.gem feature might be an easier way for you. Put the following lines in your config/environments/test.rb file: config.gem 'rspec', :lib => false, :version => '1.2.8' config.gem 'rspec-rails', :lib => false, :version => '1.2.7.1' and run: % ruby script/generate rspec -- Akira Matsuda --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

