5 lines
96 B
Ruby
5 lines
96 B
Ruby
RSpec.configure do |config|
|
|
config.after do
|
|
BatchLoader::Executor.clear_current
|
|
end
|
|
end
|