Skip to content

Commit 82b4c04

Browse files
committed
Update from voxpupuli modulesync_config
1 parent 6ee4941 commit 82b4c04

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

spec/spec_helper_acceptance.rb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# frozen_string_literal: true
2+
3+
# Managed by modulesync - DO NOT EDIT
4+
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
5+
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)