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的主要内容,如果未能解决你的问题,请参考以下文章