Files
openfoodnetwork/spec/system_helper.rb
2025-03-03 14:03:47 +01:00

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 }