FactoryGirl.define do factory :system_message do id 1 user_id 1 content "MyString" end end