validation à la création d'une procédure sur les attributs 'libelle', 'description' et 'lien démarche'
This commit is contained in:
parent
ca4e5130c2
commit
632c19bc48
3 changed files with 26 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
FactoryGirl.define do
|
||||
factory :procedure do
|
||||
libelle 'Demande de subvention'
|
||||
description 'Description demande de subvention'
|
||||
lien_demarche 'http://localhost'
|
||||
|
||||
trait :with_two_type_de_piece_justificative do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue