feat: rename admins_group_manager to gestionnaire
This commit is contained in:
parent
e9f2b56866
commit
44b4b5d0ab
60 changed files with 310 additions and 310 deletions
5
spec/factories/groupe_gestionnaire.rb
Normal file
5
spec/factories/groupe_gestionnaire.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
FactoryBot.define do
|
||||
factory :groupe_gestionnaire do
|
||||
sequence(:name) { |n| "Group #{n}" }
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue