[fix #504] Dossier: closed -> accepte

This commit is contained in:
Simon Lehericey 2017-12-04 18:00:12 +01:00 committed by LeSim
parent 3dda27b281
commit a13256f73d
28 changed files with 78 additions and 58 deletions

View file

@ -56,8 +56,8 @@ describe 'layouts/left_panels/_left_panel_backoffice_dossierscontroller_show.htm
end
end
context 'when dossier have state closed' do
let(:state) { 'closed' }
context 'when dossier have state accepte' do
let(:state) { 'accepte' }
before do
render

View file

@ -20,8 +20,8 @@ describe 'layouts/left_panels/_left_panel_users_recapitulatifcontroller_show.htm
it { expect(rendered).to have_content('En construction') }
end
context 'when dossier state is closed' do
let(:state) { 'closed' }
context 'when dossier state is accepte' do
let(:state) { 'accepte' }
before do
render