Files
openfoodnetwork/spec/system_helper.rb
2026-01-21 12:09:12 +11:00

5 lines
182 B
Ruby

# frozen_string_literal: true
# system/support/ files contain system tests configurations and helpers
Dir[File.join(__dir__, "system/support/**/*.rb")].each { |file| require file }