We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b15285c commit 2252950Copy full SHA for 2252950
Rakefile
@@ -81,7 +81,7 @@ begin
81
82
Rake::Task[:coverage].clear if Rake::Task.task_defined?(:coverage)
83
desc("Slap magic onto the main coverage task")
84
- task(:coverage => [:magic])
+ task(coverage: [:magic])
85
rescue LoadError
86
desc("(stub) spec is unavailable")
87
task(:spec) do # rubocop:disable Rake/DuplicateTask
0 commit comments