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

Fabricator(:featured_tag) do
  account
  tag
  statuses_count 1_337
  last_status_at Time.now.utc
end