mastodon/spec
Claire 178e151019 Merge commit '55e7c08a83547424024bac311d5459cb82cf6dae' into glitch-soc/merge-upstream
Conflicts:
- `app/models/user_settings.rb`:
  Upstream added a constraint on a setting textually close
  to glitch-soc-only settings.
  Applied upstream's change.
- `lib/sanitize_ext/sanitize_config.rb`:
  Upstream added support for the `translate` attribute on a few elements,
  where glitch-soc had a different set of allowed elements and attributes.
  Extended glitch-soc's allowed attributes with `translate` as upstream did.
- `spec/validators/status_length_validator_spec.rb`:
  Upstream refactored to use RSpec's `instance_double` instead of `double`,
  but glitch-soc had changes to tests due to configurable max toot chars.
  Applied upstream's changes while keeping tests against configurable max
  toot chars.
2023-06-25 14:27:38 +02:00
..
chewy
config/initializers
controllers Merge commit '55e7c08a83547424024bac311d5459cb82cf6dae' into glitch-soc/merge-upstream 2023-06-25 14:27:38 +02:00
fabricators Add coverage for CLI::Cache command (#25238) 2023-06-10 18:36:09 +02:00
features Fix RSpec/MissingExampleGroupArgument cop (#25310) 2023-06-06 15:51:42 +02:00
fixtures Add support for importing lists (#25203) 2023-06-01 14:47:31 +02:00
generators
helpers Merge commit '55e7c08a83547424024bac311d5459cb82cf6dae' into glitch-soc/merge-upstream 2023-06-25 14:27:38 +02:00
lib Merge commit '55e7c08a83547424024bac311d5459cb82cf6dae' into glitch-soc/merge-upstream 2023-06-25 14:27:38 +02:00
locales
mailers Add coverage for UserMailer methods (#25484) 2023-06-19 09:50:35 +02:00
models Merge commit '55e7c08a83547424024bac311d5459cb82cf6dae' into glitch-soc/merge-upstream 2023-06-25 14:27:38 +02:00
policies Merge commit '55e7c08a83547424024bac311d5459cb82cf6dae' into glitch-soc/merge-upstream 2023-06-25 14:27:38 +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/suggestions (#25540) 2023-06-22 11:49:35 +02:00
routing
serializers Update rubocop-rspec to version 2.22.0, fix RSpec/IndexedLet cop (#24698) 2023-06-14 16:44:37 +02:00
services Fix RSpec/VerifiedDoubles cop (#25469) 2023-06-22 14:55:22 +02:00
support Extract shared examples from api specs (#25387) 2023-06-14 09:34:01 +02:00
validators Merge commit '55e7c08a83547424024bac311d5459cb82cf6dae' into glitch-soc/merge-upstream 2023-06-25 14:27:38 +02:00
views/statuses Fix RSpec/VerifiedDoubles cop (#25469) 2023-06-22 14:55:22 +02:00
workers Fix RSpec/VerifiedDoubles cop (#25469) 2023-06-22 14:55:22 +02:00
fabricators_spec.rb
rails_helper.rb Add coverage for CLI::Cache command (#25238) 2023-06-10 18:36:09 +02:00
spec_helper.rb Remove Ruby GC config from spec helper (#25455) 2023-06-15 22:14:46 +01:00