Add antenna pick posts test

This commit is contained in:
KMY 2023-08-25 10:17:04 +09:00
parent 8a2cf9d617
commit 26026e1d07
6 changed files with 361 additions and 89 deletions

View file

@ -133,7 +133,7 @@ RSpec.describe FanOutOnWriteService, type: :service do
let!(:antenna) { antenna_with_account(bob, alice) }
let!(:empty_antenna) { antenna_with_account(tom, alice) }
it 'is added to the list feed of list follower' do
it 'is added to the antenna feed of antenna follower' do
expect(antenna_feed_of(antenna)).to include status.id
expect(antenna_feed_of(empty_antenna)).to_not include status.id
end