From 86d67d767479d8131cedc83491ae7fccf0c6563a Mon Sep 17 00:00:00 2001 From: Eric Putnam Date: Fri, 6 Jan 2017 12:56:44 -0500 Subject: [PATCH] (MODULES-4263) add blacksmith rake tasks new CI changes require that windows modules have access to blacksmith tasks --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 9a9f71a1..9466d9e6 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,6 @@ require 'puppetlabs_spec_helper/rake_tasks' require 'puppet-lint/tasks/puppet-lint' +require 'puppet_blacksmith/rake_tasks' if Bundler.rubygems.find_name('puppet-blacksmith').any? begin require 'beaker/tasks/test' rescue LoadError