Commit Graph

2 Commits (e07b57852e951efebae7e2380a3691236420072d)

Author SHA1 Message Date
Matt Jankowski d1e08bd38c Handle nil and blank cases in Account finders (#3500) 7 years ago
Matt Jankowski 2cc3111a77 Expand spec coverage and refactor the `Account.find_` methods (#3485)
* Move specs for account finder methods to concern spec

* Move account finder methods to concern

* Improve spec wording

* Use more explicit comparison to ensure correct return value

* Add coverage for .find_local! and .find_remote!

* Add some methods to the finder

* Use arel on matching_username method

* Avoid ternary in matching domain method

* Simplify finder methods

* Use an AccountFinder class to simplify lookup
7 years ago