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 R.'s site. I tried looking for something on rspec.rubyforge
but
couldn’t find anything. Any clues?
-Nathan