Remove: kmyblue独自機能の引用
This commit is contained in:
parent
620a895184
commit
d845d1e9fb
70 changed files with 812 additions and 1788 deletions
|
@ -678,7 +678,7 @@ RSpec.describe FanOutOnWriteService do
|
|||
end
|
||||
end
|
||||
|
||||
context 'when updated status is already boosted or quoted' do
|
||||
context 'when updated status is already boosted' do
|
||||
let(:custom_before) { true }
|
||||
|
||||
before do
|
||||
|
@ -695,13 +695,6 @@ RSpec.describe FanOutOnWriteService do
|
|||
expect(notification.activity_id).to eq status.id
|
||||
end
|
||||
|
||||
it 'notified to quoted account', :inline_jobs do
|
||||
notification = Notification.find_by(account: tom, type: 'update')
|
||||
|
||||
expect(notification).to_not be_nil
|
||||
expect(notification.activity_id).to eq status.id
|
||||
end
|
||||
|
||||
it 'notified not to non-boosted account', :inline_jobs do
|
||||
notification = Notification.find_by(account: ohagi, type: 'update')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue