2021-06-01 12:20:20 +00:00
|
|
|
# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
|
|
|
|
|
2018-12-05 05:31:13 +00:00
|
|
|
RSpec.configure do |config|
|
2021-07-19 12:24:09 +00:00
|
|
|
config.after do
|
2018-12-05 05:31:13 +00:00
|
|
|
Faker::UniqueGenerator.clear
|
|
|
|
end
|
|
|
|
end
|