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