Skip to content

Commit

Permalink
Prevent clearning unexisting task
Browse files Browse the repository at this point in the history
  • Loading branch information
aerostitch committed Jan 25, 2017
1 parent 096be0a commit 19f49f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skeleton/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exclude_paths = [

# Coverage from puppetlabs-spec-helper requires rcov which
# doesn't work in anything since 1.8.7
Rake::Task[:coverage].clear
Rake::Task[:coverage].clear if Rake::Task.task_defined?(:coverage)

Rake::Task[:lint].clear

Expand Down

0 comments on commit 19f49f2

Please sign in to comment.