mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-02 02:11:33 +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 }
|