add specs

This commit is contained in:
Bilal
2020-07-22 11:51:53 +02:00
parent eefc991207
commit 55ffa3be7f
5 changed files with 266 additions and 7 deletions

View File

@@ -13,6 +13,10 @@ FactoryBot.define do
archived_at Time.zone.now
end
trait :with_amendment_clause do
amendment_clause "Amendment Legal Language"
end
factory :appearance_release_contract_template do
release_type "appearance"
end