Skip to content

Commit

Permalink
sync spec_helper_acceptance
Browse files Browse the repository at this point in the history
  • Loading branch information
zilchms committed Feb 14, 2024
1 parent 973ef11 commit ad12c40
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# frozen_string_literal: true

# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

require 'voxpupuli/acceptance/spec_helper_acceptance'

configure_beaker do |host|
install_package(host, 'epel-release') if fact_on(host, 'os.family') == 'RedHat'
end
configure_beaker(modules: :metadata)

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

0 comments on commit ad12c40

Please sign in to comment.