Files
openfoodnetwork/spec/system_helper.rb
Gaetan Craig-Riou a1d3b20e5b Remove the fact ToS file
Now that we check if there is a ToS file before displaying the banner
it's not needed anymore
2023-12-22 13:20:14 +01:00

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 }