【发布时间】:2010-04-11 02:12:22
【问题描述】:
我正在运行 Rails 3 Beta2 并尝试让 Autotest 与 rspec 一起使用。
当我运行 autospec 时,我收到以下消息:
/usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:334:in `bin_path': can't find executable autospec for rspec-2.0.0.beta.5 (Gem::Exception) from /usr/local/bin/autospec:19
我正在使用带有以下 Gem 的 Ruby 1.9.1:
导轨 (3.0.0.beta2) railties (3.0.0.beta2) rspec (2.0.0.beta.5) rspec-core (2.0.0.beta.5) rspec-expectations (2.0.0.beta.5) rspec-mocks (2.0.0.beta.5) rspec-rails (2.0.0.beta.5) ZenTest (4.3.1)
任何帮助将不胜感激。
【问题讨论】:
标签: ruby-on-rails rspec autotest