Follow flipper name convention to appears on manager admin page
This commit is contained in:
parent
e3513f86ef
commit
9469734f29
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue