mirror of
https://github.com/funamitech/mastodon
synced 2024-11-23 22:57:05 +09:00
7 lines
138 B
Ruby
7 lines
138 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:bookmark) do
|
|
account { Fabricate.build(:account) }
|
|
status { Fabricate.build(:status) }
|
|
end
|