Skip to content

Commit

Permalink
test host specific options
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Aug 22, 2024
1 parent 5019e7c commit c657217
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

require 'voxpupuli/acceptance/spec_helper_acceptance'

configure_beaker(modules: :metadata)
# configure_beaker(modules: :metadata)

configure_beaker do |host|
host['vagrant_memsize'] = 2048
host['vagrant_cpus'] = 2
end

Dir['./spec/support/acceptance/**/*.rb'].sort.each { |f| require f }

0 comments on commit c657217

Please sign in to comment.