mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-03 05:29:46 +08:00
9 lines
279 B
Ruby
9 lines
279 B
Ruby
|
FactoryGirl.define do
|
||
|
factory :notification do
|
||
|
title '<i>Admin</i> was added as Owner to project ' \
|
||
|
'<strong>Demo project - qPCR</strong> by <i>User</i>.'
|
||
|
message 'Project: <a href=\"/projects/3\"> Demo project - qPCR</a>'
|
||
|
type_of 'assignment'
|
||
|
end
|
||
|
end
|