copy groupe_instructeurs when clone
This commit is contained in:
parent
97dc927289
commit
7806a26e2c
3 changed files with 20 additions and 4 deletions
|
@ -6,7 +6,7 @@ feature 'As an administrateur I wanna clone a procedure', js: true do
|
|||
let(:administrateur) { create(:administrateur) }
|
||||
|
||||
before do
|
||||
create :procedure, :with_service,
|
||||
create :procedure, :with_service, :with_instructeur,
|
||||
aasm_state: :publiee, published_at: Time.zone.now,
|
||||
administrateurs: [administrateur],
|
||||
libelle: 'libellé de la procédure',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue