mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
Now that we check if there is a ToS file before displaying the banner it's not needed anymore
7 lines
215 B
Ruby
7 lines
215 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")].sort.each { |file| require file }
|