osem-fcy/spec/factories/lodgings.rb
2014-06-16 17:54:38 +05:30

9 lines
195 B
Ruby

# Read about factories at https://github.com/thoughtbot/factory_girl
FactoryGirl.define do
factory :lodging do
name 'Example Hotel'
description 'Lorem Ipsum Dolor'
venue
end
end