[Fix #376] Before save format champ date to ISO

This commit is contained in:
Mathieu Magnin 2017-06-09 12:04:16 +02:00
parent 41a5ed59f3
commit b9522ce404
3 changed files with 38 additions and 0 deletions

View file

@ -1,4 +1,6 @@
FactoryGirl.define do
factory :champ do
type_de_champ { FactoryGirl.create(:type_de_champ_public) }
end
end