Welcome to mirror list, hosted at ThFree Co, Russian Federation.

batch_loader.rb « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bb790e660a6d27f1138358683bdb217235fd34b9 (plain)
1
2
3
4
5
RSpec.configure do |config|
  config.after do
    BatchLoader::Executor.clear_current
  end
end