FactoryGirl.define do factory :contest_activity do user nil contest nil contest_act_id 1 contest_act_type "MyString" end end