RubyMine
 
Get RubyMine
You are viewing the documentation for an earlier version of RubyMine.

Run/Debug Configuration: Rake

Last modified: 09 August 2022

Use this dialog to define run/debug configuration for a Rake task.

Important note for RSpec 2.0:

If recording code coverage has been enabled, and the check box RSpec has been selected in the Attach test runner UI for frameworks section of the Configuration tab, the following line should be added to rspec rake task:

t.rcov_opts = ENV["RCOV_OPTS"]