Skip to content

Commit

Permalink
replace spec_helper_acceptance with something more reasonable
Browse files Browse the repository at this point in the history
  • Loading branch information
zilchms committed Feb 13, 2024
1 parent 762c88d commit 8e4333b
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
require 'beaker_puppet_helpers'
require 'voxpupuli/acceptance/spec_helper_acceptance'

hosts.each do |host|
# Install Puppet
install_puppet_release_repo_on(host)
end

RSpec.configure do |c|
c.formatter = :documentation

# Configure all nodes in nodeset
c.before :suite do
# Install module
install_local_module on(host)
hosts.each do |host|
install_puppet_module_via_pmt_on(host, stdlib)
end
end
install_local_module on(host)
install_puppet_module_via_pmt_on(host, stdlib)
end

0 comments on commit 8e4333b

Please sign in to comment.