aboutsummaryrefslogtreecommitdiff
path: root/spec/spec_helper_acceptance.rb
diff options
context:
space:
mode:
authorMichael Hashizume <michael.hashizume@puppet.com>2023-02-14 14:28:45 -0800
committerMichael Hashizume <michael.hashizume@puppet.com>2023-02-14 14:28:45 -0800
commit03d362696eba91b1c38eac6886d910cb9907a40c (patch)
tree7afcc7bc52967c57cf30d8999fe3f59200a0b426 /spec/spec_helper_acceptance.rb
parenta8f61e8b3e964c27c939999cab7c17dfdbe911a6 (diff)
downloadpuppet-hosts_core-03d362696eba91b1c38eac6886d910cb9907a40c.tar.gz
puppet-hosts_core-03d362696eba91b1c38eac6886d910cb9907a40c.tar.bz2
(MODULES-11371) Add Vox Beaker gem
In 742031c, 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/spec_helper_acceptance.rb')
-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 be0c91a..b61a01b 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'
RSpec.configure do |c|
c.before :suite do