This commit is contained in:
KMY 2024-02-09 13:26:21 +09:00
parent 05e52a09a8
commit 6fa7c8e6f4

View file

@ -295,7 +295,7 @@ RSpec.describe ActivityPub::Activity::Like do
Fabricate(:custom_emoji, domain: nil, shortcode: 'tinking', license: 'Everyone but Ohagi')
end
it 'create emoji reaction' do
it 'create emoji reaction' do # rubocop:disable RSpec/MultipleExpectations
expect(subject.count).to eq 1
expect(subject.first.name).to eq 'tinking'
expect(subject.first.account).to eq sender