mastodon/spec
Claire c04f2d0cf7 Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `app/views/admin/settings/appearance/show.html.haml`:
  Upstream enforced an uniform code style around lambdas, and glitch-soc
  had a different lambda due to its theming system.
  Applied the same code style changes.
- `app/views/settings/preferences/appearance/show.html.haml`:
  Upstream enforced an uniform code style around lambdas, and glitch-soc
  removed some code just after the lambda.
  Applied the same code style changes.
2023-07-17 19:02:23 +02:00
..
chewy Add basic search specs for chewy indexes (#24065) 2023-03-10 19:31:10 +01:00
config/initializers Fix RSpec/ContextWording cop (#24739) 2023-05-04 05:49:08 +02:00
controllers Merge branch 'main' into glitch-soc/merge-upstream 2023-07-17 19:02:23 +02:00
fabricators Add coverage for CLI::Cache command (#25238) 2023-06-10 18:36:09 +02:00
features Fix suspending an already-limited domain (#25603) 2023-06-27 12:32:51 +02:00
fixtures Fix processing of media files with unusual names (#25788) 2023-07-07 13:35:22 +02:00
generators Clean up the post deployment migration generator (#24233) 2023-04-11 11:25:29 +02:00
helpers Merge commit '82e477b184b5666fff7fb55933dce22ca2925db8' into glitch-soc/merge-upstream 2023-07-12 16:03:05 +02:00
lib Merge commit '82e477b184b5666fff7fb55933dce22ca2925db8' into glitch-soc/merge-upstream 2023-07-12 16:03:05 +02:00
locales Replace i18n view spec with helper spec (#24966) 2023-05-15 17:25:04 +02:00
mailers Refactor NotificationMailer to use parameterization (#25718) 2023-07-10 03:06:22 +02:00
models Merge commit '82e477b184b5666fff7fb55933dce22ca2925db8' into glitch-soc/merge-upstream 2023-07-12 16:03:05 +02:00
policies Merge commit '82e477b184b5666fff7fb55933dce22ca2925db8' into glitch-soc/merge-upstream 2023-07-12 16:03:05 +02:00
presenters Merge commit 'b85c387c5c0527b0ad31c27031a09d361826c5fc' into glitch-soc/merge-upstream 2023-06-10 16:48:01 +02:00
requests Migrate to request specs in /api/v1/statuses/:status_id/favourite (#25626) 2023-07-17 16:53:57 +02:00
routing Enable Style/FrozenStringLiteralComment for specs (#23790) 2023-02-22 09:55:31 +09:00
serializers Update rubocop-rspec to version 2.22.0, fix RSpec/IndexedLet cop (#24698) 2023-06-14 16:44:37 +02:00
services Fix some incorrect tests (#26035) 2023-07-17 13:13:43 +02:00
support Extract shared examples from api specs (#25387) 2023-06-14 09:34:01 +02:00
validators Merge commit '82e477b184b5666fff7fb55933dce22ca2925db8' into glitch-soc/merge-upstream 2023-07-12 16:03:05 +02:00
views/statuses Fix RSpec/VerifiedDoubles cop (#25469) 2023-06-22 14:55:22 +02:00
workers Remove unfollowed hashtag posts from home feed (#26028) 2023-07-17 13:56:28 +02:00
fabricators_spec.rb Enable Rubocop Style/FrozenStringLiteralComment (#23793) 2023-07-12 09:47:08 +02:00
rails_helper.rb Add coverage for CLI::Cache command (#25238) 2023-06-10 18:36:09 +02:00
spec_helper.rb Exclude lib/linter from simplecov report (#25916) 2023-07-12 09:51:59 +02:00