aboutsummaryrefslogtreecommitdiff
path: root/spec/spec_helper_acceptance.rb
diff options
context:
space:
mode:
authorJosh Cooper <josh@puppet.com>2018-08-17 12:00:51 -0700
committerGitHub <noreply@github.com>2018-08-17 12:00:51 -0700
commit0eb5e9febcbd06685cc07f9b4e5b1f348c538ffe (patch)
treedba1f625b02c3edc3ca06a328cec688c23227540 /spec/spec_helper_acceptance.rb
parent4ea4e5fcaf87834374d9904e46dd35e6cd64e026 (diff)
parent6986939206d4d0438cd66fd125026c90feeeed08 (diff)
downloadpuppet-mailalias_core-0eb5e9febcbd06685cc07f9b4e5b1f348c538ffe.tar.gz
puppet-mailalias_core-0eb5e9febcbd06685cc07f9b4e5b1f348c538ffe.tar.bz2
Merge pull request #12 from melissa/1.0.4-release
1.0.4 release
Diffstat (limited to 'spec/spec_helper_acceptance.rb')
-rw-r--r--spec/spec_helper_acceptance.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb
index 0adde24..24d3b9d 100644
--- a/spec/spec_helper_acceptance.rb
+++ b/spec/spec_helper_acceptance.rb
@@ -17,7 +17,7 @@ RSpec.configure do |c|
c.before :suite do
unless ENV['BEAKER_provision'] == 'no'
run_puppet_install_helper
- install_module_on(hosts_as(hosts))
+ install_module_on(hosts)
install_module_dependencies_on(hosts)
end
end