Files
openfoodnetwork/spec/system_helper.rb
2021-07-20 15:52:21 +01:00

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 }