remove operation_log_serialize_subject

This commit is contained in:
clemkeirua 2020-09-14 22:31:09 +02:00
parent e8c818d682
commit 01ac4d7e19
3 changed files with 1 additions and 3 deletions

View file

@ -307,6 +307,7 @@ describe Instructeurs::DossiersController, type: :controller do
before do
attestation = Attestation.new
allow(attestation).to receive(:pdf).and_return(double(read: 'pdf', size: 2.megabytes))
allow(attestation).to receive(:pdf_url).and_return('http://some_document_url')
allow_any_instance_of(Dossier).to receive(:build_attestation).and_return(attestation)
end