We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88723f5 commit 2174ba4Copy full SHA for 2174ba4
.sync.yml
@@ -0,0 +1,3 @@
1
+---
2
+spec/spec_helper_acceptance.rb:
3
+ unmanaged: false
spec/spec_helper_acceptance.rb
@@ -1,6 +1,10 @@
# frozen_string_literal: true
-require 'puppet_litmus'
4
-PuppetLitmus.configure!
+# Managed by modulesync - DO NOT EDIT
+# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
5
6
-require 'spec_helper_acceptance_local' if File.file?(File.join(File.dirname(__FILE__), 'spec_helper_acceptance_local.rb'))
+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