Commit f871027e authored by Douwe Maan's avatar Douwe Maan

Clear BatchLoader after each spec to prevent holding onto records longer than necessary

parent 6c4f6d37
RSpec.configure do |config|
config.after do
BatchLoader::Executor.clear_current
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment