Skip to content

Commit

Permalink
add modules param to spec_helper_acceptance.rb.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Jun 22, 2023
1 parent f7c324e commit 3f91a10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions moduleroot/spec/spec_helper_acceptance.rb.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

require 'voxpupuli/acceptance/spec_helper_acceptance'

<%- unless @configs['modules'] -%>
configure_beaker
<%- else -%>
configure_beaker(modules: <%= @configs['modules'] %>)
<%- end -%>

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

0 comments on commit 3f91a10

Please sign in to comment.