Update seeds to use @example.com

See also https://www.rfc-editor.org/rfc/rfc2606.html
This commit is contained in:
Mike Dalessio
2025-12-03 15:35:25 -05:00
parent 8064e017dc
commit 6345aa4787
7 changed files with 15 additions and 42 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ else
def create_tenant(signal_account_name)
tenant_id = ActiveRecord::FixtureSet.identify signal_account_name
email_address = "david@37signals.com"
email_address = "david@example.com"
identity = Identity.find_or_create_by!(email_address: email_address, staff: true)
unless account = Account.find_by(external_account_id: tenant_id)