gpt4 book ai didi

ruby - 通过 Guard 运行由行号指定的规范

转载 作者:太空宇宙 更新时间:2023-11-03 16:34:28 25 4
gpt4 key购买 nike

使用选项 --line 我可以执行以下操作

spec spec/controller/my_controller_spec.rb -l 34 # test block at line 34 only will be run

如果我正在使用 guard 并且不想在规范文件中运行所有测试,我该如何做同样的事情?

Guard 文件中是否有一个选项可以接受行号并让 Guard 只运行该测试?

最佳答案

是的,您可以在 Guardfile 中使用 :cli 选项。

guard 'rspec', :cli => "-l 34"

您可以通过 :cli 使用任何标准的 rspec 命令行选项。更多信息请查看guard-rspec readme (大约在页面的中间)

关于ruby - 通过 Guard 运行由行号指定的规范,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9932354/

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