Use enum to the fullest with Service.type_organismes

This commit is contained in:
gregoirenovel 2018-08-28 12:28:05 +02:00
parent 2d3b553e4d
commit ee25bba38c
3 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@ FactoryBot.define do
factory :service do
nom 'service'
organisme 'organisme'
type_organisme 'commune'
type_organisme Service.type_organismes.fetch(:commune)
administrateur { create(:administrateur) }
email 'email@toto.com'
telephone '1234'