Remove old user dossier form

This commit is contained in:
Paul Chavard 2018-04-23 15:28:36 +02:00
parent d1613b4af1
commit c91abe73c5
37 changed files with 0 additions and 1276 deletions

View file

@ -69,25 +69,6 @@ describe UserRoutesAuthorizationService do
end
end
describe 'Users::DescriptionController' do
let(:controller) { Users::DescriptionController }
describe 'brouillon' do
let(:state) { 'brouillon' }
it { is_expected.to be_truthy }
end
describe 'en_construction' do
let(:state) { 'en_construction' }
it { is_expected.to be_truthy }
end
describe 'accepte' do
let(:state) { 'accepte' }
it { is_expected.to be_falsey }
end
end
describe 'recapitulatif' do
let(:controller) { Users::RecapitulatifController }