我安装了rspec
gem。我收到了以下消息
Successfully installed rspec-2.11.0
1 gem installed
Installing ri documentation for rspec-2.11.0...
Installing RDoc documentation for rspec-2.11.0...
但是当我跑步时
spec path/to/file.rb
我得到了
-bash: spec: command not found
对此有任何解决方案吗?
答案 0 :(得分:10)
我认为你应该跑
rspec path/to/file.rb
答案 1 :(得分:1)
首先尝试使用rspec
而不是spec
其次,试试这个 export PATH = $ PATH:/ path / to / gems / bin
显然用正确的路径替换虚拟路径,指向宝石安装路径中的bin目录。例如,我的是~/.rvm/gems/ruby-1.9.3-p194/bin