Files
openfoodnetwork/engines/dfc_provider/spec/spec_helper.rb
Maikel Linke c90d2c7f9a Spec DFC authorisation with real token
Our code doesn't actually verify the token yet but at least we are not
mocking it all anymore.
2022-11-25 14:49:36 +11:00

6 lines
154 B
Ruby

# frozen_string_literal: true
require_relative '../../../spec/spec_helper'
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].sort.each { |f| require f }