您的位置:首页 > 编程语言 > Ruby

rubymine配置 rspec

2016-02-10 16:19 423 查看
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.

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: