1
0
mirror of https://github.com/mastodon/mastodon synced 2025-01-10 20:03:22 +09:00
mastodon/spec/fabricators/notification_permission_fabricator.rb

7 lines
130 B
Ruby
Raw Normal View History

# frozen_string_literal: true
Fabricator(:notification_permission) do
account
from_account { Fabricate.build(:account) }
end