2014-06-03 16:27:10 +02:00
|
|
|
# Read about factories at https://github.com/thoughtbot/factory_girl
|
|
|
|
|
FactoryGirl.define do
|
|
|
|
|
factory :venue do
|
|
|
|
|
name 'Suse Office'
|
|
|
|
|
address 'Maxfeldstrasse 5 \n90409 Nuremberg'
|
|
|
|
|
website 'www.opensuse.org'
|
2014-06-14 18:33:39 +05:30
|
|
|
description 'Lorem Ipsum Dolor'
|
2014-06-03 16:27:10 +02:00
|
|
|
end
|
|
|
|
|
end
|