Adds photo to venue

This commit is contained in:
Gopesh Tulsyan 2014-06-14 18:33:39 +05:30
parent b94ee7e758
commit f5c5e6a44b
6 changed files with 24 additions and 2 deletions

View file

@ -9,5 +9,6 @@ FactoryGirl.define do
contact_email 'admin@example.com'
start_date Date.today
end_date Date.tomorrow
venue
end
end

View file

@ -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