* Add: #518 コンテンツキャッシュについて、リアクションのあった投稿は削除しないオプション * Fix: 新規登録のテストが特定時刻で落ちる問題
This commit is contained in:
parent
ba776d3677
commit
f2fb829e63
15 changed files with 118 additions and 5 deletions
|
@ -49,6 +49,10 @@ RSpec.describe ActivityPub::Activity::Like do
|
|||
it 'creates a favourite from sender to status' do
|
||||
expect(sender.favourited?(status)).to be true
|
||||
end
|
||||
|
||||
it 'creates a favourite and set uri' do
|
||||
expect(status.favourites.first.uri).to eq 'foo'
|
||||
end
|
||||
end
|
||||
|
||||
describe '#perform when receive emoji reaction' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue