Adds photo to venue
This commit is contained in:
parent
b94ee7e758
commit
f5c5e6a44b
6 changed files with 24 additions and 2 deletions
|
|
@ -9,5 +9,6 @@ FactoryGirl.define do
|
|||
contact_email 'admin@example.com'
|
||||
start_date Date.today
|
||||
end_date Date.tomorrow
|
||||
venue
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -4,5 +4,6 @@ FactoryGirl.define do
|
|||
name 'Suse Office'
|
||||
address 'Maxfeldstrasse 5 \n90409 Nuremberg'
|
||||
website 'www.opensuse.org'
|
||||
description 'Lorem Ipsum Dolor'
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue