screen:
E:\ir\InstantRails\rails_apps>gem install rspec
Attempting local installation of 'rspec' Local gem file not found: rspec*.gem Attempting remote installation of 'rspec' ERROR: While executing gem ... (Gem::GemNotFoundException) 开发者_运维百科Could not find rspec (> 0) in the repository
my env: InstantRails 1.3a on windows
thanks for help!
Try installing it like this:
gem install rspec --source http://gems.github.com
Cheers
successfully!
i reinstall the ruby using oneclick exe. then install rspec is ok.
problem is the instantrails's gem version is too old.
精彩评论