Commit a19e344d authored by Douwe Maan's avatar Douwe Maan

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

parent b8a1f203
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