[fix #504] Dossier: without_continuation -> sans_suite
This commit is contained in:
parent
2be9b8d2ba
commit
c83552f423
22 changed files with 64 additions and 41 deletions
|
@ -72,8 +72,8 @@ describe 'layouts/left_panels/_left_panel_backoffice_dossierscontroller_show.htm
|
|||
end
|
||||
end
|
||||
|
||||
context 'when dossier have state without_continuation' do
|
||||
let(:state) { 'without_continuation' }
|
||||
context 'when dossier have state sans_suite' do
|
||||
let(:state) { 'sans_suite' }
|
||||
|
||||
before do
|
||||
render
|
||||
|
|
|
@ -48,8 +48,8 @@ describe 'layouts/left_panels/_left_panel_users_recapitulatifcontroller_show.htm
|
|||
end
|
||||
end
|
||||
|
||||
context 'when dossier state is without_continuation' do
|
||||
let(:state) { 'without_continuation' }
|
||||
context 'when dossier state is sans_suite' do
|
||||
let(:state) { 'sans_suite' }
|
||||
|
||||
before do
|
||||
render
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue