Make use of fake data in factories

This commit is contained in:
Henne Vogelsang 2016-04-30 17:56:23 +02:00
parent 737a9d4808
commit 77e0340387
30 changed files with 96 additions and 77 deletions

View file

@ -2,8 +2,9 @@
FactoryGirl.define do
factory :cfp do
program
start_date { 1.day.ago }
end_date { 6.days.from_now }
program
end
end