docbrown/spec/services/moderator
Jeremy Friesen 0ef5bc6351
Ensuring we delete podcasts when we banish a user (#18063)
Prior to this commit, we may have left lingering podcast entries that
required manual cleanup.  As a bonus, I also added deleting podcasts
when we delete users.

Closes forem/forem#18041

In addition I adjusted rubocop to not complain about the require method call

```
spec/services/users/delete_spec.rb:1:1: C: \
  Style/TopLevelMethodDefinition: \
  Do not define methods at the top-level. \
  (https://rubystyle.guide#top-level-methods)
require "rails_helper"
^^^^^^^^^^^^^^^^^^^^^^
```
2022-07-12 09:18:06 -04:00
..
banish_user_spec.rb Ensuring we delete podcasts when we banish a user (#18063) 2022-07-12 09:18:06 -04:00
delete_user_spec.rb Remove ghostify from app (#10139) 2020-09-01 13:39:39 -04:00
manage_activity_and_roles_spec.rb Rename base_roles ui labels (#17938) 2022-06-21 16:17:35 +01:00
merge_user_spec.rb Remove Elasticsearch ✂️ ✂️ ✂️ ✂️ ✂️ ✂️ ✂️ ✂️ ✂️ ✂️ ✂️ ✂️ ✂️ ✂️ (#13606) 2021-05-03 11:09:45 -04:00
sink_articles_spec.rb reenable article rescoring when moderators flag users (#12983) 2021-03-16 14:04:13 -05:00