generate pdf export for dossier only on demand
This commit is contained in:
parent
f40d96fbd2
commit
3d04221dab
3 changed files with 7 additions and 8 deletions
|
@ -19,9 +19,8 @@ describe PiecesJustificativesService do
|
|||
expect(subject.any? { |piece| piece.name == 'piece_justificative_file' }).to be_falsy
|
||||
end
|
||||
|
||||
it 'returns export pdf of the dossier' do
|
||||
expect(champ_identite.piece_justificative_file).to be_attached
|
||||
expect(subject.any? { |piece| piece.name == 'pdf_export_for_instructeur' }).to be_truthy
|
||||
it "doesn't return export pdf of the dossier" do
|
||||
expect(subject.any? { |piece| piece.name == 'pdf_export_for_instructeur' }).to be_falsy
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue