Skip to content

Commit

Permalink
Merge pull request #330 from wyardley/at_2
Browse files Browse the repository at this point in the history
Use the simpler calls for acceptance tests
  • Loading branch information
ekohl authored Oct 24, 2017
2 parents 038270e + 176e352 commit cf7119c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
require 'beaker/module_install_helper'

run_puppet_install_helper
install_module_on(hosts)
install_module_dependencies_on(hosts)
install_module
install_module_dependencies

# Additional modules for soft deps
install_module_from_forge('puppetlabs-apt', '>= 4.1.0 < 5.0.0')
Expand Down

0 comments on commit cf7119c

Please sign in to comment.