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