mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-20 08:36:04 +01:00
9 lines
124 B
Ruby
9 lines
124 B
Ruby
FactoryGirl.define do
|
|
factory :notification do
|
|
target_type "MyString"
|
|
target_id 1
|
|
recipient_id 1
|
|
new false
|
|
end
|
|
|
|
end
|