REFACTOR: Change dossier state 'Confirmed' To 'Validated'

This commit is contained in:
Xavier J 2015-11-02 11:45:52 +01:00
parent 4a05af89fc
commit da8c166331
14 changed files with 50 additions and 44 deletions

View file

@ -83,9 +83,9 @@ describe 'users/recapitulatif/show.html.haml', type: :view do
it { expect(rendered).to have_content('Mis à jour') }
end
context 'when dossier state is confirmed' do
context 'when dossier state is validated' do
before do
dossier.confirmed!
dossier.validated!
render
end