ruby-on-rails – RSpec安装错误:“在任何源路径中找不到自动测试”

前端之家收集整理的这篇文章主要介绍了ruby-on-rails – RSpec安装错误:“在任何源路径中找不到自动测试”前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
当我跑:
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

原文链接:https://www.f2er.com/ruby/265208.html

猜你在找的Ruby相关文章