2014-06-14 20:41:26 +05:30
|
|
|
# Read about factories at https://github.com/thoughtbot/factory_girl
|
|
|
|
|
|
|
|
|
|
FactoryGirl.define do
|
|
|
|
|
factory :lodging do
|
|
|
|
|
name 'Example Hotel'
|
|
|
|
|
description 'Lorem Ipsum Dolor'
|
2014-06-14 23:32:52 +05:30
|
|
|
website_link 'http://www.example.com'
|
2015-04-14 17:33:59 +02:00
|
|
|
conference
|
2014-06-14 20:41:26 +05:30
|
|
|
end
|
|
|
|
|
end
|