Remove statuses from antenna timeline when blocked
This commit is contained in:
parent
e336542063
commit
21e590c02b
4 changed files with 53 additions and 0 deletions
7
spec/fabricators/antenna_fabricator.rb
Normal file
7
spec/fabricators/antenna_fabricator.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Fabricator(:antenna) do
|
||||
account { Fabricate.build(:account) }
|
||||
title 'MyString'
|
||||
list_id 0
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue