fixing style and adding acceptance testing framework

This commit is contained in:
Bram Vogelaar 2021-01-11 22:39:03 +01:00
parent 0da811dfc6
commit 1822503711
No known key found for this signature in database
GPG key ID: 02374F82C00E4984
2 changed files with 7 additions and 3 deletions

View file

@ -1,4 +1,2 @@
#
class hashi_stack::repo () {
}
class hashi_stack::repo {}

View file

@ -0,0 +1,6 @@
# 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 }