Skip to content

Commit

Permalink
Merge pull request #261 from ekohl/spec-helper-acceptance
Browse files Browse the repository at this point in the history
Clean up acceptance spec helper
  • Loading branch information
bastelfreak committed Oct 19, 2019
2 parents ea42705 + 1114d7a commit b1d76ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
require 'splunk_data.rb'

run_puppet_install_helper unless ENV['BEAKER_provision'] == 'no'
install_module
install_module_dependencies

RSpec.configure do |c|
# Readable test descriptions
c.formatter = :documentation

# Configure all nodes in nodeset
c.before :suite do
install_module
install_module_dependencies

# Need to stage the Splunk/Splunkforwarder packages here.

# The splunk unit file assumes certain cgroups are present, which is not
Expand Down

0 comments on commit b1d76ae

Please sign in to comment.