mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-12 13:13:37 +01:00
10 lines
124 B
Ruby
10 lines
124 B
Ruby
|
FactoryGirl.define do
|
||
|
factory :notification do
|
||
|
target_type "MyString"
|
||
|
target_id 1
|
||
|
recipient_id 1
|
||
|
new false
|
||
|
end
|
||
|
|
||
|
end
|