factory_girl is now factory_bot

This commit is contained in:
gregoirenovel 2018-01-23 17:15:42 +01:00
parent 5eb4f12b48
commit a2f4e8b283
40 changed files with 72 additions and 72 deletions

View file

@ -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)