mastodon/spec/workers
Claire 2af03164cb
Improve tests involving push_bulk ()
sidekiq-bulk's push_bulk can either accept arguments directly or run them
through a block.

Setting expectations on the result of evaluating the blocks allows testing
more code (the block itself) and the test is moved closer to the *interface*
of the tested code than its precise implementation.
..
activitypub Improve tests involving push_bulk ()
admin Add ability to purge undeliverable domains from admin interface ()
scheduler Add feature to automatically delete old toots ()
web Change Web Push API deliveries to use request pooling ()
digest_mailer_worker_spec.rb Spec coverage and refactor of digest mailer worker ()
domain_block_worker_spec.rb Make domain block/silence/reject-media code more robust ()
domain_clear_media_worker_spec.rb Make domain block/silence/reject-media code more robust ()
feed_insert_worker_spec.rb Add support for editing for published statuses ()
move_worker_spec.rb Improve tests involving push_bulk ()
publish_scheduled_announcement_worker_spec.rb Fix handling announcements with links ()
publish_scheduled_status_worker_spec.rb Add scheduled statuses ()
refollow_worker_spec.rb Fix being able to import more than allowed number of follows ()
regeneration_worker_spec.rb Add spec coverage for regeneration worker ()
unfollow_follow_worker_spec.rb Refactor and improve tests ()