gpt4 book ai didi

emacs - 如何在 rspec 模式下运行 rspec?

转载 作者:行者123 更新时间:2023-12-04 02:24:58 24 4
gpt4 key购买 nike

我有一个包含这样文件的目录

.
├── example.rb
└── example_spec.rb

还有我的init.el:

(require 'rspec-mode)
(setq-default rspec-use-rvm t)

(require 'rvm)
(rvm-use-default)

当我尝试运行 example_spec.rb 中的任何验证函数时,将导致错误:

rspec-project-root: Could not determine the project root.

如何使 rspec-mode 能够确定项目根并运行 rspec ?

最佳答案

查看 rspec-project-root 的文档字符串,它似乎在当前目录或父目录中寻找 Rakefile。这是文档字符串

Finds the root directory of the project by walking the directory tree until it finds a rake file.

code建议 gem 文件也可以。

关于emacs - 如何在 rspec 模式下运行 rspec?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22528989/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com