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