This repository has been archived on 2024-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/spec/fabricators/marker_fabricator.rb

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