fixup! dossier: allow inviting users on the dossier page
This commit is contained in:
parent
682e29a211
commit
23820988be
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ describe 'new_user/dossiers/show/header.html.haml', type: :view do
|
|||
sign_in dossier.user
|
||||
end
|
||||
|
||||
subject! { render 'new_user/dossiers/show/header.html.haml', dossier: dossier, is_dossier_owner: true }
|
||||
subject! { render 'new_user/dossiers/show/header.html.haml', dossier: dossier }
|
||||
|
||||
it 'affiche les informations du dossier' do
|
||||
expect(rendered).to have_text(dossier.procedure.libelle)
|
||||
|
|
Loading…
Reference in a new issue