aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMichael Hashizume <michael.hashizume@puppet.com>2023-02-14 14:41:13 -0800
committerMichael Hashizume <michael.hashizume@puppet.com>2023-02-14 14:41:13 -0800
commit3e48a3c78b00cc619020c97445525aaaca616f01 (patch)
tree416a59b0e44e6f7aaa85a7e4f3256e3854bbdbbf /spec
parent95c8629295eefe08328f3b2d3770eeed8ba5e6f9 (diff)
downloadpuppet-cron_core-3e48a3c78b00cc619020c97445525aaaca616f01.tar.gz
puppet-cron_core-3e48a3c78b00cc619020c97445525aaaca616f01.tar.bz2
(MODULES-11371) Add Vox Beaker gem
In acb57af, we updated the module according to PDK template 7.2.1, 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 'spec')
-rw-r--r--spec/spec_helper_acceptance.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb
index 57c5b21..9922084 100644
--- a/spec/spec_helper_acceptance.rb
+++ b/spec/spec_helper_acceptance.rb
@@ -1,6 +1,7 @@
require 'beaker-rspec'
require 'beaker/module_install_helper'
require 'beaker/puppet_install_helper'
+require 'voxpupuli/acceptance/spec_helper_acceptance'
$LOAD_PATH << File.join(__dir__, 'acceptance/lib')