Skip to content

Commit

Permalink
add blacksmith rake tasks
Browse files Browse the repository at this point in the history
new CI changes require that windows modules have access to blacksmith tasks
  • Loading branch information
eputnam committed Jan 6, 2017
1 parent 1668380 commit dcdb936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'rake'
require 'rspec/core/rake_task'
require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet_blacksmith/rake_tasks' if Bundler.rubygems.find_name('puppet-blacksmith').any?
begin
require 'beaker/tasks/test' unless RUBY_PLATFORM =~ /win32/
rescue LoadError
Expand Down

0 comments on commit dcdb936

Please sign in to comment.