Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dima Samodurov
Total activity
3
Last activity
January 16, 2016 00:32
Member since
October 26, 2011 13:50
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (0)
Comments (2)
Dima Samodurov
commented,
November 02, 2011 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 '...
Community
RubyMine
Minitest Framework detected, can't load full test framework
0 votes
Dima Samodurov
commented,
October 26, 2011 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 = '...
Community
RubyMine
Minitest Framework detected, can't load full test framework
0 votes