当我跑:
rails generate rspec:install
我得到这个输出:
identical .rspec exist spec identical spec/spec_helper.rb Could not find "autotest" in any of your source paths. Your current source paths are: (..)/rails_projects/sample_app/lib/templates/rspec/install (..)/rspec-rails-2.3.0/lib/generators/rspec/install/templates
我是RSpec,Rails和Ruby的新手.关于如何使这项工作有任何提示?
解决方法
这是一个bug它可以绕过:
“有这个问题的人的一个快速解决方案是使gem中缺少的目录(即mkdir rspec-rails-2.3.0 / lib / generators / rspec / install / templates / autotest)
参考:
https://github.com/rspec/rspec-rails/issues/closed#issue/283