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 3521caa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

require 'voxpupuli/acceptance/spec_helper_acceptance'

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

RSpec.configure do |c|
c.options = { 'vagrant_memsize' => 2048, 'vagrant_cpus' => 2 }
end

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

0 comments on commit 3521caa

Please sign in to comment.