diff options
author | Michael Hashizume <michael.hashizume@puppet.com> | 2023-04-10 09:37:46 -0700 |
---|---|---|
committer | Michael Hashizume <michael.hashizume@puppet.com> | 2023-04-10 09:38:37 -0700 |
commit | 3c597b98943c906c86d5f645b96fdb839878f6d9 (patch) | |
tree | 9f4bc5d46c3219694a38848f4d4d7edb3292d6f5 /Rakefile | |
parent | c8f9341b38a82207faf930e7c034d23b11fba503 (diff) | |
download | puppet-mailalias_core-3c597b98943c906c86d5f645b96fdb839878f6d9.tar.gz puppet-mailalias_core-3c597b98943c906c86d5f645b96fdb839878f6d9.tar.bz2 |
(maint) Add Vox Beaker gem
In e4337c0, we updated the module according to PDK template 2.7.4,
which updated puppetlabs_spec_helper. The updated version of
puppetlabs_spec_helper removed the Beaker rake task, which we use
for acceptance testing.
This commit adds the voxpupuli-acceptance gem, which re-adds the
Beaker rake task.
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ require 'puppet-syntax/tasks/puppet-syntax' require 'puppet_blacksmith/rake_tasks' if Bundler.rubygems.find_name('puppet-blacksmith').any? require 'github_changelog_generator/task' if Bundler.rubygems.find_name('github_changelog_generator').any? require 'puppet-strings/tasks' if Bundler.rubygems.find_name('puppet-strings').any? +require 'voxpupuli/acceptance/rake' def changelog_user return unless Rake.application.top_level_tasks.include? "changelog" |