mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Add times to Conference
Add start hour and end hour to conference to be able to make the schedule times changeable
This commit is contained in:
parent
7000e63700
commit
b80aff3cce
5 changed files with 50 additions and 1 deletions
|
|
@ -7,6 +7,8 @@ FactoryGirl.define do
|
|||
timezone { Faker::Address.time_zone }
|
||||
start_date { Date.today }
|
||||
end_date { 6.days.from_now }
|
||||
start_hour 9
|
||||
end_hour 20
|
||||
registration_limit 0
|
||||
description { Faker::Hipster.paragraph }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue