dossier: remove RecapitulatifController

And add a redirection to the new URLs.
This commit is contained in:
Pierre de La Morinerie 2018-10-02 12:50:53 +00:00
parent d476953108
commit 36c1aa118d
27 changed files with 6 additions and 8840 deletions

View file

@ -68,24 +68,5 @@ describe UserRoutesAuthorizationService do
end
end
end
describe 'recapitulatif' do
let(:controller) { Users::RecapitulatifController }
describe 'brouillon' do
let(:state) { Dossier.states.fetch(:brouillon) }
it { is_expected.to be_falsey }
end
describe 'en_construction' do
let(:state) { Dossier.states.fetch(:en_construction) }
it { is_expected.to be_truthy }
end
describe 'accepte' do
let(:state) { Dossier.states.fetch(:accepte) }
it { is_expected.to be_truthy }
end
end
end
end