Remove unused lien_demarche from procedure

This commit is contained in:
Paul Chavard 2018-10-23 09:25:29 +02:00
parent 53a261f424
commit 93ef0a02b7
3 changed files with 0 additions and 13 deletions

View file

@ -1,7 +1,6 @@
FactoryBot.define do
sequence(:published_path) { |n| "fake_path#{n}" }
factory :procedure do
lien_demarche { 'http://localhost' }
sequence(:libelle) { |n| "Procedure #{n}" }
description { "Demande de subvention à l'intention des associations" }
organisation { "Orga DINSIC" }