summaryrefslogtreecommitdiffstats
path: root/spec
AgeCommit message (Expand)Author
2023-06-22Fix `RSpec/VerifiedDoubles` cop (#25469)Matt Jankowski
2023-06-22Reduce `Admin::Reports::Actions` spec db activity (#25465)Matt Jankowski
2023-06-22Add finer permission requirements for managing webhooks (#25463)Claire
2023-06-22Speed-up on `StatusesController` spec (#25549)Matt Jankowski
2023-06-22Speed-up on `BackupService` spec (#25527)Matt Jankowski
2023-06-22Migrate to request specs in `/api/v1/suggestions` (#25540)Daniel M Brasil
2023-06-20Add per-test timeouts to AutoStatusesCleanupScheduler tests (#24841)Claire
2023-06-20Fix /api/v1/conversations sometimes returning empty accounts (#25499)Claire
2023-06-20Migrate to request specs in `/api/v1/admin/account_actions` (#25514)Daniel M Brasil
2023-06-20Fix wrong view being displayed when a webhook fails validation (#25464)Claire
2023-06-20Add translate="no" to outgoing mentions and links (#25524)Claire
2023-06-19Fix user settings not getting validated (#25508)Claire
2023-06-19Reduce `sleep` time in request pool spec (#25470)Matt Jankowski
2023-06-19Add coverage for `UserMailer` methods (#25484)Matt Jankowski
2023-06-19Combine assertions in api/v1/notifications spec (#25486)Matt Jankowski
2023-06-19Fix incorrect pagination headers in `/api/v2/admin/accounts` (#25477)Daniel M Brasil
2023-06-19Migrate to request specs in `/api/v1/tags` (#25439)Daniel M Brasil
2023-06-15Remove Ruby GC config from spec helper (#25455)Matt Jankowski
2023-06-15Migrate to request specs in `/api/v1/lists` (#25443)Daniel M Brasil
2023-06-14Update rubocop-rspec to version 2.22.0, fix `RSpec/IndexedLet` cop (#24698)Matt Jankowski
2023-06-14Migrate to request specs in `/api/v1/domain_blocks` (#25414)Daniel M Brasil
2023-06-14Migrate to request specs in `/api/v1/follow_requests` (#25411)Daniel M Brasil
2023-06-14Fix `ArgumentError` in `/api/v1/admin/accounts/:id/action` (#25386)Daniel M Brasil
2023-06-14Reduce factory data created in spec/models/trends/statuses spec (#25410)Matt Jankowski
2023-06-14Speed improvement for `AccountsStatusesCleanupScheduler` spec (#25406)Matt Jankowski
2023-06-14Migrate to request specs in `/api/v1/apps/verify_credentials` (#25404)Daniel M Brasil
2023-06-14Migrate to request specs in `/api/v1/apps` (#25401)Daniel M Brasil
2023-06-14Extract shared examples from api specs (#25387)Matt Jankowski
2023-06-14Fix ArgumentError when loading newer Private Mentions (#25399)Claire
2023-06-13Remove unused shared examples for scoped settings (#25389)Matt Jankowski
2023-06-12Enable paperclip for account attachment examples (#25381)Matt Jankowski
2023-06-10Reduce `RSpec/MultipleExpectations` cop max to 8 (#25313)Matt Jankowski
2023-06-10Add coverage for `CLI::Feeds` command (#25319)Matt Jankowski
2023-06-10Add coverage for `CLI::Cache` command (#25238)Matt Jankowski
2023-06-10migrate test for `GET /api/v1/accounts/{account_id}` to request spec (#25322)fusagiko / takayamaki
2023-06-10Migrate to request specs in `/api/v1/admin/canonical_email_blocks` (#25330)Daniel M Brasil
2023-06-10Migrate to request specs in `/api/v1/admin/ip_blocks` (#25331)Daniel M Brasil
2023-06-10Migrate to request specs in `/api/v1/admin/domain_allows` (#25333)Daniel M Brasil
2023-06-10Migrate to request specs in `/api/v1/admin/domain_blocks` (#25335)Daniel M Brasil
2023-06-10Migrate to request specs in `/api/v1/admin/reports` (#25355)Daniel M Brasil
2023-06-10Use `build` where possible in fabricators (#25360)Matt Jankowski
2023-06-10Disable paperclip processing in specs (#25359)Matt Jankowski
2023-06-09Migrate to request specs in `/api/v1/admin/email_domain_blocks` (#25337)Daniel M Brasil
2023-06-06Fix RSpec/MissingExampleGroupArgument cop (#25310)Matt Jankowski
2023-06-06Fix `RSpec/DescribedClass` cop missed items (#25309)Matt Jankowski
2023-06-06Fix `RSpec/DescribedClass` cop (#25104)Matt Jankowski
2023-06-06Misc spec coverage for `Admin::` area controllers (#25282)Matt Jankowski
2023-06-06Add test coverage for `Mastodon::CLI::Accounts#reset_relationships` (#25194)Daniel M Brasil
2023-06-06Add coverage for `DomainBlock#public_domain` method (#25283)Matt Jankowski
2023-06-06Add webhook templating (#23289)Eugen Rochko