Brutally rename gestionnaire filename to instructeur
This commit is contained in:
parent
c681806f8d
commit
6902f84b85
88 changed files with 0 additions and 0 deletions
7
spec/factories/instructeur.rb
Normal file
7
spec/factories/instructeur.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
FactoryBot.define do
|
||||
sequence(:gestionnaire_email) { |n| "gest#{n}@gest.com" }
|
||||
factory :gestionnaire do
|
||||
email { generate(:gestionnaire_email) }
|
||||
password { 'démarches-simplifiées-pwd' }
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue