trabajo-afectivo/spec/support/current_attributes.rb

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