mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-05-24 02:45:01 +01:00
8 lines
222 B
Ruby
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 }
|