mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
Our code doesn't actually verify the token yet but at least we are not mocking it all anymore.
6 lines
154 B
Ruby
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 }
|