rubymine配置 rspec

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了rubymine配置 rspec相关的知识,希望对你有一定的参考价值。

If you go in Run > Edit Configurations...


And select All Specs in <Your Project> you‘ll see Filename Mask: **/*_spec.rb

This means when you tell RubyMine to run "All Specs", it only runs files which match the regex.

Now when you add second file and you do require_relative to load the other one, so both the tests run.

 

技术分享

以上是关于rubymine配置 rspec的主要内容,如果未能解决你的问题,请参考以下文章

RubyMine 中的 Capybara 代码完成

rubymine 2016 序列号

如何从 Rspec 输出禁用 http 日志?

在RubyMine中断言代码完成的类型

RubyMine:按键“转换为单引号”?

JetBrains RubyMine 2022 for Mac(Ruby代码编辑器mac最新)