mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-05 14:36:04 +00:00
9 lines
148 B
Ruby
9 lines
148 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:marker) do
|
|
user { Fabricate.build(:user) }
|
|
timeline 'home'
|
|
last_read_id 0
|
|
lock_version 0
|
|
end
|