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

Fabricator(:bookmark) do
  account
  status
end