docbrown/spec/services/users
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
..
delete_articles_spec.rb Self-deleting user account (#4480) [deploy] 2019-11-11 14:59:01 -05:00
delete_comments_spec.rb Self-deleting user account (#4480) [deploy] 2019-11-11 14:59:01 -05:00
delete_spec.rb CacheBuster refactoring (#4766) 2019-11-13 10:51:23 -05:00
estimate_default_language_spec.rb Change format of the user languages_settings #2369 (#2496) 2019-04-30 17:01:19 -04:00