6 lines
105 B
Ruby
6 lines
105 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:notification) do
|
|
activity fabricator: :status
|
|
account
|
|
end
|