about summary refs log tree commit diff
path: root/spec/fabricators/marker_fabricator.rb
blob: 561c2553ae7307aaa826843ef9120d2860fdd419 (plain) (blame)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

Fabricator(:marker) do
  user
  timeline     'home'
  last_read_id 0
  lock_version 0
end