summaryrefslogtreecommitdiff
path: root/spec/support/batch_loader.rb
blob: 0eb8f279d297f5fe1b2d9b35138f5936e6271e51 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

RSpec.configure do |config|
  config.after do
    BatchLoader::Executor.clear_current
  end
end