mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-04 22:16:08 +00:00
7 lines
211 B
Ruby
7 lines
211 B
Ruby
# frozen_string_literal: true
|
|
|
|
require "rails_helper"
|
|
|
|
# system/support/ files contain system tests configurations and helpers
|
|
Dir[File.join(__dir__, "system/support/**/*.rb")].sort.each { |file| require file }
|