Dear Mr.Matt, Thanks for your message, and I'm sorry that I reply late.
> Upgrading to the new version of rspec_on_rails will fix this. I tried to update rspec with the following command. $ ruby script/plugin install git://github.com/dchelimsky/rspec.git -r 'refs/tags/1.2.7' --force $ ruby script/plugin install git://github.com/dchelimsky/rspec-rails.git -r 'refs/tags/1.2.7.1' --force $ ruby script/generate rspec (http://wiki.github.com/dchelimsky/rspec/rails) Then I can't execute spec, $ script/spec -v # script/spec:3:in `require': no such file to load -- spec (LoadError) # from script/spec:3 The contents of spec is following, $ more spec # #!/usr/bin/env ruby # $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + "/../ vendor/plugins/rspec/lib")) # require 'spec' Now I can't solve this problem. I'm happy when you help me. Thanks, bekkou68 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

