mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-05-24 02:45:01 +01:00
fixing style and adding acceptance testing framework
This commit is contained in:
parent
0da811dfc6
commit
1822503711
2 changed files with 7 additions and 3 deletions
|
@ -1,4 +1,2 @@
|
|||
#
|
||||
class hashi_stack::repo () {
|
||||
|
||||
}
|
||||
class hashi_stack::repo {}
|
||||
|
|
6
spec/spec_helper_acceptance.rb
Normal file
6
spec/spec_helper_acceptance.rb
Normal 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 }
|
Loading…
Add table
Add a link
Reference in a new issue