Installing rspec in Windows

Hi all, I’m trying to install rspec and I’m having a problem.

C:\Users\Nathan\Documents\rails\myproject> gem install rspec Bulk updating Gem source index for: http://gems.rubyforge.org Successfully installed rspec-0.8.2 Installing ri documentation for rspec-0.8.2… Installing RDoc documentation for rspec-0.8.2… C:\Users\Nathan\Documents\rails\myproject> ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/REL_0_8_2/vendor/rspec_on_rails/vendor/plugins/rspec C:\Users\Nathan\Documents\rails\myproject> ruby script/generate rspec Couldn’t find ‘rspec’ generator

I have no idea if I’m doing this properly. I just followed the instructions on Luke Redpath’s site. I tried looking for something on rspec.rubyforge but couldn’t find anything. Any clues?

-Nathan

update: I found the instructions on rspec.rubyforge (http://rspec.rubyforge.org/documentation/rails/install.html), followed those instructions, but I still have the same problem.

-N

Have you tried the plugins?

http://rspec.rubyforge.org/documentation/rails/install.html

Sorry, I see that you found the instructions I linked to already.

Do you still have the RSpec gem installed? Did you try removing the gem before you installed the plugins?