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