mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-29 21:17:17 +00:00
6 lines
145 B
Ruby
6 lines
145 B
Ruby
# frozen_string_literal: true
|
|
|
|
require "../../spec/spec_helper.rb"
|
|
|
|
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].sort.each { |f| require f }
|