We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24714d commit 363c085Copy full SHA for 363c085
skeleton/Rakefile
@@ -27,7 +27,7 @@ exclude_paths = [
27
28
# Coverage from puppetlabs-spec-helper requires rcov which
29
# doesn't work in anything since 1.8.7
30
-Rake::Task[:coverage].clear
+Rake::Task[:coverage].clear if Rake::Task.task_defined?(:coverage)
31
32
Rake::Task[:lint].clear
33
0 commit comments