mailers: mention the auto_archive in notify_new_draft
This commit is contained in:
parent
e73086ee4c
commit
59346ee868
3 changed files with 10 additions and 1 deletions
|
@ -86,6 +86,10 @@ FactoryBot.define do
|
|||
end
|
||||
end
|
||||
|
||||
trait :with_auto_archive do
|
||||
auto_archive_on { Time.zone.today + 20 }
|
||||
end
|
||||
|
||||
trait :with_type_de_champ do
|
||||
transient do
|
||||
types_de_champ_count { 1 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue