fix spec name

This commit is contained in:
Paul Chavard 2020-07-08 17:29:45 +02:00
parent 3b9e6dba25
commit cb8cac395b

View file

@ -48,7 +48,7 @@ shared_examples 'type_de_champ_spec' do
} }
end end
context 'remove piece_justificative_template' do context 'changing the type_champ from a piece_justificative' do
context 'when the tdc is piece_justificative' do context 'when the tdc is piece_justificative' do
let(:template_double) { double('template', attached?: attached, purge_later: true) } let(:template_double) { double('template', attached?: attached, purge_later: true) }
let(:tdc) { create(:type_de_champ_piece_justificative) } let(:tdc) { create(:type_de_champ_piece_justificative) }