osem-fcy/spec/factories/votable_fields.rb

8 lines
136 B
Ruby
Raw Normal View History

2016-09-22 20:06:46 -04:00
FactoryGirl.define do
factory :votable_field do
title { Faker::Lorem.word }
votable_type { 'Event' }
conference
end
end