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

Run/Debug Configuration: Rake

Last modified: 24 August 2023

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 checkbox RSpec has been selected in the Attach test runner UI for frameworks section of the Configuration tab, the following line should be added to the rspec rake task:

t.rcov_opts = ENV["RCOV_OPTS"]

Language and Framework-Specific Guidelines