gitlab-org--gitlab-foss/spec/support/batch_loader.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
127 B
Ruby
Raw Normal View History

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