主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dima Samodurov
活动总数
3
最后的活动
2016年01月16日 00:32
成员加入日期
2011年10月26日 13:50
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(0)
评论(2)
按最近的活动排序
最近的活动
投票数
创建于
2011年10月26日 13:50
You can add something like lines below to your Rakefile:require 'rake/testtask'Rake::TestTask.new(:test) do |test| test.libs << 'lib' << 'test' # specify folders with your code test.pattern = '...
社区
RubyMine
Minitest Framework detected, can't load full test framework
0 票
创建于
2011年11月02日 11:50
Hi Robin,1. 'test' may be sufficient for you. 'libs' setting specify additional entries to LOAD_PATH - list of directories where ruby searches for sources. In case your project does not contain a '...
社区
RubyMine
Minitest Framework detected, can't load full test framework
0 票