Add antenna/list privacy test
This commit is contained in:
parent
083b5d32ae
commit
a0843948aa
4 changed files with 170 additions and 1 deletions
6
spec/fabricators/circle_fabricator.rb
Normal file
6
spec/fabricators/circle_fabricator.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Fabricator(:circle) do
|
||||
account { Fabricate.build(:account) }
|
||||
title 'MyString'
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue