about summary refs log tree commit diff
path: root/spec/fabricators/marker_fabricator.rb
blob: 0c94150e0dc651b90db28d6d3eda4a71babb94b3 (plain) (blame)
1
2
3
4
5
6
Fabricator(:marker) do
  user
  timeline     'home'
  last_read_id 0
  lock_version 0
end