Add model spec for Tombstone
(#32697)
This commit is contained in:
parent
917a799c67
commit
a20ac20302
3 changed files with 23 additions and 0 deletions
6
spec/fabricators/tombstone_fabricator.rb
Normal file
6
spec/fabricators/tombstone_fabricator.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Fabricator(:tombstone) do
|
||||
account
|
||||
uri { sequence(:uri) { |i| "https://host.example/value/#{i}" } }
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue