Move Conference contact details to Contact
This commit is contained in:
parent
eb3e6898d2
commit
5aa0d58c57
18 changed files with 67 additions and 58 deletions
|
|
@ -4,9 +4,7 @@ FactoryGirl.define do
|
|||
factory :conference do
|
||||
title 'The dog and pony show'
|
||||
sequence(:short_title) { |n| "dps#{n}14" }
|
||||
social_tag 'dps14'
|
||||
timezone 'Amsterdam'
|
||||
contact_email 'admin@example.com'
|
||||
start_date { Date.today }
|
||||
end_date { 6.days.from_now }
|
||||
registration_start_date { 3.days.from_now }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue