factory_girl is now factory_bot
This commit is contained in:
parent
5eb4f12b48
commit
a2f4e8b283
40 changed files with 72 additions and 72 deletions
|
@ -107,7 +107,7 @@ feature 'The gestionnaire part' do
|
|||
end
|
||||
|
||||
scenario 'A gestionnaire can see the personnes impliquées' do
|
||||
gestionnaire2 = FactoryGirl.create(:gestionnaire, password: password)
|
||||
gestionnaire2 = FactoryBot.create(:gestionnaire, password: password)
|
||||
|
||||
log_in(gestionnaire.email, password)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue