Follow flipper name convention to appears on manager admin page

This commit is contained in:
simon lehericey 2019-11-07 11:09:05 +01:00
parent e3513f86ef
commit 9469734f29
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ feature 'The routing' do
let(:scientifique_user) { create(:user, password: password) }
let(:litteraire_user) { create(:user, password: password) }
before { Flipper.enable_actor(:routage, administrateur.user) }
before { Flipper.enable_actor(:administrateur_routage, administrateur.user) }
scenario 'works' do
login_as administrateur.user, scope: :user