add archive_zip_globale feature flag

This commit is contained in:
Christophe Robillard 2021-03-30 10:56:29 +02:00
parent 8b2849408c
commit 71a5e41e5b
3 changed files with 5 additions and 3 deletions

View file

@ -9,6 +9,7 @@ describe Instructeurs::ArchivesController, type: :controller do
before do
sign_in(instructeur.user)
Flipper.enable(:archive_zip_globale, procedure1)
end
after { Timecop.return }