FactoryGirl.define do factory :forge_message do user_id 1 project_id 1 forge_message_id 1 forge_message_type "MyString" viewed 1 end end