ruby - Difficulty installing RSpec on Windows -
i'm trying started rspec. had ruby 1.8.7 installed on windows 7 machine.
so typed gem install rspec , seemed work. if type spec in command line, command not found. path includes bin folder in ruby_home.
if c:\users\eric\.gem\specs\rubygems.org%80\quick\marshal.4.8 directory, see 4 rspec files such rspec-core-2.5.0.gemspec. nevertheless, spec command fails in directory.
what needs done install rspec correctly? seem path issue, have been unable find directory spec command works, can't figure add path.
there's no spec command in rspec 2. try rake spec or rspec spec.
Comments
Post a Comment