mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-11 18:26:50 +00:00
7 lines
210 B
Ruby
7 lines
210 B
Ruby
# frozen_string_literal: true
|
|
|
|
require "base_spec_helper"
|
|
|
|
# system/support/ files contain system tests configurations and helpers
|
|
Dir[File.join(__dir__, "system/support/**/*.rb")].each { |file| require file }
|