docbrown/app/services/moderator
Michael Kohl b57ced5466 CacheBuster refactoring (#4766)
* Turn CacheBuster into a module

This class used no internal state, so repeatedly creating short-lived objects seems wasteful.

* Consistently use string interpolation and parenthesis

* Destructure arrays into meaningful names, formatting

* Fix request spec for internal classified listings controller

Interestingly this works when asserting directly on the module, but not on a double.
Asserting directly in the module seems sufficient for this test so the indirection
was removed.

* Turn CacheBuster into a module

This class used no internal state, so repeatedly creating short-lived objects seems wasteful.

* Fix specs after rebasing
2019-11-13 10:51:23 -05:00
..
banish_user.rb CacheBuster refactoring (#4766) 2019-11-13 10:51:23 -05:00
delete_user.rb CacheBuster refactoring (#4766) 2019-11-13 10:51:23 -05:00
manage_activity_and_roles.rb Self-deleting user account (#4480) [deploy] 2019-11-11 14:59:01 -05:00
merge_user.rb CacheBuster refactoring (#4766) 2019-11-13 10:51:23 -05:00