osem-fcy/spec/factories/votable_fields.rb
2017-04-28 10:16:13 +00:00

7 lines
136 B
Ruby

FactoryGirl.define do
factory :votable_field do
title { Faker::Lorem.word }
votable_type { 'Event' }
conference
end
end