This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2023-02-22 01:55:31 +01:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2016-11-20 00:33:02 +01:00
|
|
|
Fabricator(:notification) do
|
2023-05-15 20:20:13 +02:00
|
|
|
activity fabricator: :status
|
2018-03-24 12:51:28 +01:00
|
|
|
account
|
2016-11-20 00:33:02 +01:00
|
|
|
end
|