jamal
1
Hello,
I just installed rspec
C:\Instantrails\rails_apps>gem install rspec
Successfully installed rspec-1.0.8
Installing ri documentation for rspec-1.0.8…
Installing RDoc documentation for rspec-1.0.8…
C:\Instantrails\rails_apps\testerne>ruby script/generate rspec
Couldn’t find ‘rspec’ generator
Did anybody face this problem?
/Jamal
jamal
2
On 10/5/07, Jamal S. [email protected] wrote:
C:\Instantrails\rails_apps\testerne>ruby script/generate rspec
Couldn’t find ‘rspec’ generator
Rspec for rails should be installed using the plugin, rather than the
gem
http://rspec.rubyforge.org/documentation/rails/install.html
In any case the rspec generator is in a separate gem if you want to
install via gem.
–
Rick DeNatale
My blog on Ruby
http://talklikeaduck.denhaven2.com/
jamal
3
Rick Denatale wrote:
On 10/5/07, Jamal S. [email protected] wrote:
C:\Instantrails\rails_apps\testerne>ruby script/generate rspec
Couldn’t find ‘rspec’ generator
Rspec for rails should be installed using the plugin, rather than the
gem
http://rspec.rubyforge.org/documentation/rails/install.html
In any case the rspec generator is in a separate gem if you want to
install via gem.
–
Rick DeNatale
My blog on Ruby
http://talklikeaduck.denhaven2.com/
Nothing happens, when I try to install the plugin…
C:\Instantrails\rails_apps\testerne>ruby script/plugin install
svn://rubyforge
.org/var/svn/rspec/tags/REL_1_0_8/vendor/rspec_on_rails/vendor/plugins/rspec
C:\Instantrails\rails_apps\testerne>
I also downloaded the plugin as zip file and put it inside
vendor/plugins/[here] it didn’t work either?
jamal
4
C:\Instantrails\rails_apps\testerne>ruby script/plugin install
“svn://rubyforg
e.org/var/svn/rspec/tags/CURRENT/rspec”
C:\Instantrails\rails_apps\testerne>ruby script/plugin install
“svn://rubyforg
e.org/var/svn/rspec/tags/CURRENT/rspec_on_rails”
C:\Instantrails\rails_apps\testerne>