add feature-flip for instructeurs on cached notifications

This commit is contained in:
clemkeirua 2020-09-02 17:44:51 +02:00 committed by Keirua (Rebase PR Action)
parent 52ea5ef89a
commit c7b96d3d43
6 changed files with 49 additions and 5 deletions

View file

@ -8,6 +8,7 @@ describe Instructeur, type: :model do
before do
assign(procedure_2)
Flipper.enable_actor(:cached_notifications, instructeur)
end
describe 'follow' do