From 00e1d88a75d5f54fe7a82f7f703fcc57d5a27a0a Mon Sep 17 00:00:00 2001 From: Paul Chavard Date: Tue, 9 Feb 2021 15:12:06 +0100 Subject: [PATCH] clean up download helper data before test run --- spec/features/instructeurs/instruction_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/features/instructeurs/instruction_spec.rb b/spec/features/instructeurs/instruction_spec.rb index 573a562b8..fb0b5acd6 100644 --- a/spec/features/instructeurs/instruction_spec.rb +++ b/spec/features/instructeurs/instruction_spec.rb @@ -187,6 +187,7 @@ feature 'Instructing a dossier:' do expect(files[2].filename.include?('horodatage/operation')).to be_truthy end + before { DownloadHelpers.clear_downloads } after { DownloadHelpers.clear_downloads } end