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 130ca69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 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'

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 }

0 comments on commit 130ca69

Please sign in to comment.