diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index 2681792..e064e27 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -5,6 +5,11 @@ require 'voxpupuli/acceptance/spec_helper_acceptance' +RSpec.configure do |c| + options = { 'vagrant_memsize' => 2048, 'vagrant_cpus' => 2 } + c.options options +end + configure_beaker(modules: :metadata) Dir['./spec/support/acceptance/**/*.rb'].sort.each { |f| require f }