tombstone_fabricator.rb 138 B

123456
  1. # frozen_string_literal: true
  2. Fabricator(:tombstone) do
  3. account
  4. uri { sequence(:uri) { |i| "https://host.example/value/#{i}" } }
  5. end