[fix #504] Dossier: draft -> brouillon

This commit is contained in:
Simon Lehericey 2017-12-04 16:17:15 +01:00 committed by LeSim
parent 56545933a9
commit 72bae2c374
34 changed files with 93 additions and 89 deletions

View file

@ -1,6 +1,6 @@
FactoryGirl.define do
factory :dossier do
state 'draft'
state 'brouillon'
association :user, factory: [:user]
before(:create) do |dossier, _evaluator|