We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd64a27 commit 8641c85Copy full SHA for 8641c85
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