diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/spec_helper_acceptance.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index ac6b27e..cb4ccb2 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -4,7 +4,6 @@ require 'beaker/puppet_install_helper' def beaker_opts { debug: true, trace: true, expect_failures: true, acceptable_exit_codes: (0...256) } - # { expect_failures: true, acceptable_exit_codes: (0...256) } end def posix_agents @@ -19,7 +18,7 @@ RSpec.configure do |c| c.before :suite do unless ENV['BEAKER_provision'] == 'no' run_puppet_install_helper - install_module_on(hosts_as('default')) + install_module_on(hosts) install_module_dependencies_on(hosts) end end |