Skip to content

Commit 2174ba4

Browse files
committed
modulesync: manage spec_helper_acceptance.rb
1 parent 88723f5 commit 2174ba4

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.sync.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
spec/spec_helper_acceptance.rb:
3+
unmanaged: false

spec/spec_helper_acceptance.rb

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# frozen_string_literal: true
22

3-
require 'puppet_litmus'
4-
PuppetLitmus.configure!
3+
# Managed by modulesync - DO NOT EDIT
4+
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
55

6-
require 'spec_helper_acceptance_local' if File.file?(File.join(File.dirname(__FILE__), 'spec_helper_acceptance_local.rb'))
6+
require 'voxpupuli/acceptance/spec_helper_acceptance'
7+
8+
configure_beaker(modules: :metadata)
9+
10+
Dir['./spec/support/acceptance/**/*.rb'].sort.each { |f| require f }

0 commit comments

Comments
 (0)