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" ^^^^^^^^^^^^^^^^^^^^^^ ``` |
||
|---|---|---|
| .. | ||
| banish_user_spec.rb | ||
| delete_user_spec.rb | ||
| manage_activity_and_roles_spec.rb | ||
| merge_user_spec.rb | ||
| sink_articles_spec.rb | ||