1
0
mirror of https://github.com/whippyshou/mastodon synced 2025-01-10 03:43:50 +09:00
whippy-edition/spec/fabricators/bookmark_fabricator.rb

7 lines
138 B
Ruby
Raw Normal View History

# frozen_string_literal: true
Fabricator(:bookmark) do
account { Fabricate.build(:account) }
status { Fabricate.build(:status) }
end