码迷,mamicode.com
首页 > 其他好文 > 详细

rubymine配置 rspec

时间:2016-02-10 16:32:05      阅读:293      评论:0      收藏:0      [点我收藏+]

标签:

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

标签:

原文地址:http://www.cnblogs.com/or2-/p/5185996.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!