chore: Change primary actor to Conversation for all the notification types. (#8435)
This commit is contained in:
10
spec/jobs/migration/remove_message_notifications_spec.rb
Normal file
10
spec/jobs/migration/remove_message_notifications_spec.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe Migration::RemoveMessageNotifications do
|
||||
subject(:job) { described_class.perform_later }
|
||||
|
||||
it 'enqueues the job' do
|
||||
expect { job }.to have_enqueued_job(described_class)
|
||||
.on_queue('scheduled_jobs')
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user