1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-19 12:46:41 +00:00
mastodon/spec/fabricators/notification_fabricator.rb

5 lines
78 B
Ruby
Raw Normal View History

Fabricator(:notification) do
activity_id 1
activity_type "MyString"
end