puppet-hashi_stack/spec/spec_helper_acceptance.rb
2021-10-31 19:04:38 +01:00

8 lines
222 B
Ruby

# frozen_string_literal: true
# This file is completely managed via modulesync
require 'voxpupuli/acceptance/spec_helper_acceptance'
configure_beaker
Dir['./spec/support/acceptance/**/*.rb'].sort.each { |f| require f }