Claire 9fee5e8526 Merge pull request from GHSA-jhrq-qvrm-qr36 4 months ago
..
activitypub 9fee5e8526 Merge pull request from GHSA-jhrq-qvrm-qr36 4 months ago
account_search_service_spec.rb bcd0171e5e Fix `Lint/UselessAssignment` cop (#27472) 8 months ago
account_statuses_cleanup_service_spec.rb efd16f3c2c Clean up of `RSpec/LetSetup` within `spec/services/activitypub` (#28445) 6 months ago
after_block_domain_from_account_service_spec.rb f8afa0f614 Remove unused stub json ld context (#25454) 8 months ago
after_block_service_spec.rb 84cc805cae Enable Style/FrozenStringLiteralComment for specs (#23790) 1 year ago
app_sign_up_service_spec.rb e621c1c44c Fix registrations not checking MX records for email domain blocks requiring approval (#28608) 5 months ago
authorize_follow_service_spec.rb 00341c70ff Use Sidekiq `fake!` instead of `inline!` in specs (#25369) 5 months ago
backup_service_spec.rb 0b39b9abee Speed-up on `BackupService` spec (#25527) 1 year ago
batched_remove_status_service_spec.rb 00341c70ff Use Sidekiq `fake!` instead of `inline!` in specs (#25369) 5 months ago
block_domain_service_spec.rb 00341c70ff Use Sidekiq `fake!` instead of `inline!` in specs (#25369) 5 months ago
block_service_spec.rb 00341c70ff Use Sidekiq `fake!` instead of `inline!` in specs (#25369) 5 months ago
bootstrap_timeline_service_spec.rb 05f9e39b32 Fix `RSpec/VerifiedDoubles` cop (#25469) 1 year ago
bulk_import_row_service_spec.rb 30c64bf616 Fix list import concurrently creating lists of the same name (#26372) 10 months ago
bulk_import_service_spec.rb 00341c70ff Use Sidekiq `fake!` instead of `inline!` in specs (#25369) 5 months ago
clear_domain_media_service_spec.rb 4c5aa0e470 Update rubocop-rspec to version 2.22.0, fix `RSpec/IndexedLet` cop (#24698) 1 year ago
delete_account_service_spec.rb 00341c70ff Use Sidekiq `fake!` instead of `inline!` in specs (#25369) 5 months ago
fan_out_on_write_service_spec.rb 00341c70ff Use Sidekiq `fake!` instead of `inline!` in specs (#25369) 5 months ago
favourite_service_spec.rb 00341c70ff Use Sidekiq `fake!` instead of `inline!` in specs (#25369) 5 months ago
fetch_link_card_service_spec.rb 0d14fcebae Change link previews to keep original URL from the status (#27312) 7 months ago
fetch_oembed_service_spec.rb 710745e16b Fix RSpec/ContextWording cop (#24739) 1 year ago
fetch_remote_status_service_spec.rb 710745e16b Fix RSpec/ContextWording cop (#24739) 1 year ago
fetch_resource_service_spec.rb 1726085db5 Merge pull request from GHSA-3fjr-858r-92rw 4 months ago
follow_service_spec.rb 00341c70ff Use Sidekiq `fake!` instead of `inline!` in specs (#25369) 5 months ago
import_service_spec.rb 00341c70ff Use Sidekiq `fake!` instead of `inline!` in specs (#25369) 5 months ago
mute_service_spec.rb 00341c70ff Use Sidekiq `fake!` instead of `inline!` in specs (#25369) 5 months ago
notify_service_spec.rb 00341c70ff Use Sidekiq `fake!` instead of `inline!` in specs (#25369) 5 months ago
post_status_service_spec.rb 4b7f04e3ea Reduce `RSpec/MultipleExpectations` in post_status_service spec (#29225) 4 months ago
precompute_feed_service_spec.rb bcd0171e5e Fix `Lint/UselessAssignment` cop (#27472) 8 months ago
process_mentions_service_spec.rb 6c0e3f490a Fix RSpec/MissingExampleGroupArgument cop (#25310) 1 year ago
purge_domain_service_spec.rb 6c5a2d51bc Reduced repeated setup in `PurgeDomainService` spec (#28786) 5 months ago
reblog_service_spec.rb a2f02a0775 Disable `Rails/SkipsModelValidations` cop (#28712) 5 months ago
reject_follow_service_spec.rb 00341c70ff Use Sidekiq `fake!` instead of `inline!` in specs (#25369) 5 months ago
remove_from_followers_service_spec.rb 00341c70ff Use Sidekiq `fake!` instead of `inline!` in specs (#25369) 5 months ago
remove_status_service_spec.rb 2c05b8a60d Fix Undo Announce activity is not sent, when not followed by the reblogged post author (#18482) 5 months ago
report_service_spec.rb 00341c70ff Use Sidekiq `fake!` instead of `inline!` in specs (#25369) 5 months ago
resolve_account_service_spec.rb 95da28d201 Add common `ThreadingHelper` module for specs (#29116) 4 months ago
resolve_url_service_spec.rb 1726085db5 Merge pull request from GHSA-3fjr-858r-92rw 4 months ago
search_service_spec.rb 69d00e2721 Fix `RSpec/InstanceVariable` cop (#27766) 7 months ago
software_update_check_service_spec.rb 16681e0f20 Add admin notifications for new Mastodon versions (#26582) 10 months ago
suspend_account_service_spec.rb 00341c70ff Use Sidekiq `fake!` instead of `inline!` in specs (#25369) 5 months ago
translate_status_service_spec.rb b970ed6098 Update rubocop and rubocop-rspec (#26329) 10 months ago
unallow_domain_service_spec.rb 3d82040b26 Reduced repeated setup in `UnallowDomainService` spec (#28785) 5 months ago
unblock_domain_service_spec.rb 69d00e2721 Fix `RSpec/InstanceVariable` cop (#27766) 7 months ago
unblock_service_spec.rb 00341c70ff Use Sidekiq `fake!` instead of `inline!` in specs (#25369) 5 months ago
unfollow_service_spec.rb 00341c70ff Use Sidekiq `fake!` instead of `inline!` in specs (#25369) 5 months ago
unsuspend_account_service_spec.rb 00341c70ff Use Sidekiq `fake!` instead of `inline!` in specs (#25369) 5 months ago
update_account_service_spec.rb 00341c70ff Use Sidekiq `fake!` instead of `inline!` in specs (#25369) 5 months ago
update_status_service_spec.rb 00341c70ff Use Sidekiq `fake!` instead of `inline!` in specs (#25369) 5 months ago
verify_link_service_spec.rb 710745e16b Fix RSpec/ContextWording cop (#24739) 1 year ago