diff options
Diffstat (limited to 'spec/spec_helper_acceptance.rb')
| -rw-r--r-- | spec/spec_helper_acceptance.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index 848f7d9..a6836f2 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -6,7 +6,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  | 
