]> cat aescling's git repositories - mastodon.git/commitdiff
Merge branch 'main' into glitch-soc/merge-upstream
authorClaire <claire.github-309c@sitedethib.com>
Mon, 28 Mar 2022 14:22:28 +0000 (16:22 +0200)
committerClaire <claire.github-309c@sitedethib.com>
Mon, 28 Mar 2022 14:22:28 +0000 (16:22 +0200)
1  2 
app/lib/feed_manager.rb
app/serializers/rest/account_serializer.rb
app/views/admin/reports/show.html.haml
app/views/directories/index.html.haml
config/environments/production.rb
spec/services/notify_service_spec.rb

Simple merge
Simple merge
Simple merge
index 83e62ff36111b4092de974be5ea87551e1f5b16b,294c31b044545152ad4f4a1525034901cdaf4c6f..67dd0483b499430b3ece888c9b6a5032bbabec94
@@@ -46,9 -44,9 +44,9 @@@ RSpec.describe NotifyService, type: :se
  
    it 'does not notify when recipient is suspended' do
      recipient.suspend!
-     is_expected.to_not change(Notification, :count)
+     expect { subject }.to_not change(Notification, :count)
    end
 -
 +  
    context 'for direct messages' do
      let(:activity) { Fabricate(:mention, account: recipient, status: Fabricate(:status, account: sender, visibility: :direct)) }
      let(:type)     { :mention }