root / spec / spec_helper_acceptance.rb @ master
Historique | Voir | Annoter | Télécharger (301 octets)
1 | 20eaf3c2 | Tim | # frozen_string_literal: true
|
---|---|---|---|
2 | |||
3 | 5fea281f | Tim | # Managed by modulesync - DO NOT EDIT
|
4 | # https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
|
||
5 | |||
6 | bd5145ab | Steve Traylen | require 'voxpupuli/acceptance/spec_helper_acceptance'
|
7 | |||
8 | b0b538e0 | Tim Meusel | configure_beaker(modules: :metadata) |
9 | bd5145ab | Steve Traylen | |
10 | Dir['./spec/support/acceptance/**/*.rb'].sort.each { |f| require f } |