mastodon-glitch/spec/controllers/settings
Claire 0aa69487a2 Merge commit '877090518682b6c77ba9bdfa0231afd56daec44d' into glitch-soc/merge-upstream
Conflicts:
- `app/models/concerns/user/has_settings.rb`:
  Not a real conflict, upstream added a setting textually close to a glitch-soc one.
  Added upstream's new setting.
- `app/views/settings/preferences/appearance/show.html.haml`:
  Not a real conflict, upstream added a setting textually close to a glitch-soc one.
  Added upstream's new setting.
- `config/routes.rb`:
  Upstream moved web app routes to `config/routes/web_app.rb`, while glitch-soc had
  an extra route.
  Moved the extra route to `config/routes/web_app.rb`.
- `spec/controllers/settings/preferences/appearance_controller_spec.rb`:
  This spec got converted to a system spec upstream.
  However, the theme setting works differently in glitch-soc, so the spec had been
  changed.
  Changed the corresponding system spec as well.
2024-12-25 18:01:37 +01:00
..
migration Enable "zero monkey patching" mode in RSpec (#31614) 2024-09-04 05:12:25 +00:00
preferences Convert `settings/preferences/appearance` controller spec to system (#33323) 2024-12-16 17:08:19 +00:00
two_factor_authentication Provide `use_path` to qr generator for svg data size reduction (#32127) 2024-10-02 13:26:46 +00:00
aliases_controller_spec.rb Enable "zero monkey patching" mode in RSpec (#31614) 2024-09-04 05:12:25 +00:00
deletes_controller_spec.rb Enable "zero monkey patching" mode in RSpec (#31614) 2024-09-04 05:12:25 +00:00
featured_tags_controller_spec.rb Remove single-use shared examples in controller specs (#32044) 2024-09-25 07:50:15 +00:00
flavours_controller_spec.rb Fix most rubocop issues (#2165) 2023-04-09 11:25:30 +02:00
imports_controller_spec.rb Remove usage of `assigns` in controller specs (#30195) 2024-09-03 15:23:16 +00:00
migrations_controller_spec.rb Remove single-use shared examples in controller specs (#32044) 2024-09-25 07:50:15 +00:00
pictures_controller_spec.rb Enable "zero monkey patching" mode in RSpec (#31614) 2024-09-04 05:12:25 +00:00
privacy_controller_spec.rb Add coverage for `settings/privacy` controller (#28000) 2023-11-21 13:02:37 +00:00
sessions_controller_spec.rb Enable "zero monkey patching" mode in RSpec (#31614) 2024-09-04 05:12:25 +00:00
two_factor_authentication_methods_controller_spec.rb Enable "zero monkey patching" mode in RSpec (#31614) 2024-09-04 05:12:25 +00:00