add organisation and direction to procedure factory
This commit is contained in:
parent
4782ceef71
commit
e40e1299ad
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ FactoryGirl.define do
|
|||
lien_demarche 'http://localhost'
|
||||
libelle 'Demande de subvention'
|
||||
description "Demande de subvention à l'intention des associations"
|
||||
organisation "Orga SGMAP"
|
||||
direction "direction SGMAP"
|
||||
|
||||
after(:build) do |procedure, _evaluator|
|
||||
if procedure.module_api_carto.nil?
|
||||
|
|
Loading…
Reference in a new issue