fix(dossier): improuve dossier state display

This commit is contained in:
Paul Chavard 2023-04-18 13:09:22 +02:00
parent 7bf31c6278
commit 05cfb4055d
9 changed files with 20 additions and 20 deletions

View file

@ -20,7 +20,7 @@ describe 'instructeurs/dossiers/show.html.haml', type: :view do
end
it 'renders the correct dossier state' do
expect(subject).to have_text('en construction')
expect(subject).to have_text('en construction')
end
context 'with a motivation' do