forked from metrixware-echoes-tech/puppet-monit
-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace spec_helper_acceptance with something more reasonable
- Loading branch information
Showing
1 changed file
with
3 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |