Find by downcased email in SupportMailbox (#5211)

This commit is contained in:
Jordan Brough
2022-10-12 02:08:18 -06:00
committed by GitHub
parent 32d885a19b
commit 1bdd59f025
4 changed files with 662 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
# "not_change" is needed to support chaining "change" matchers
# see https://stackoverflow.com/a/34969429/58876
RSpec::Matchers.define_negated_matcher :not_change, :change