9 lines
229 B
Ruby
9 lines
229 B
Ruby
|
# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
|
||
|
|
||
|
RSpec.configure do |config|
|
||
|
# clear ActiveSupport::CurrentAttributes caches
|
||
|
config.after do
|
||
|
ActiveSupport::CurrentAttributes.clear_all
|
||
|
end
|
||
|
end
|