root / spec / spec_helper_acceptance.rb @ 7f74df2e
Historique | Voir | Annoter | Télécharger (281 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 | configure_beaker |
||
9 | |||
10 | Dir['./spec/support/acceptance/**/*.rb'].sort.each { |f| require f } |