FactoryBot.define do factory :notification do title 'Admin was added as Owner to project ' \ 'Demo project - qPCR by User.' message 'Project: Demo project - qPCR' type_of 'assignment' end end