Add puppetlabs/certregen module
[mirror/dsa-puppet.git] / 3rdparty / modules / certregen / spec / spec_helper_acceptance.rb
1 require 'beaker-rspec'
2 require 'beaker/puppet_install_helper'
3 require 'beaker/module_install_helper'
4 require 'acceptance/helpers'
5
6 run_puppet_install_helper
7 install_ca_certs unless ENV['PUPPET_INSTALL_TYPE'] =~ /pe/i
8 hosts.each do |host|
9   install_module_on(host)
10 end
11 install_module_dependencies_on(hosts)
12
13 RSpec.configure do |c|
14   # Readable test descriptions
15   c.formatter = :documentation
16 end
17