Update mailers that still read "fizzy"

This commit is contained in:
Jason Zimdars
2025-10-31 11:25:57 -05:00
parent c7b520180c
commit fd727a1a65
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class MagicLinkMailerTest < ActionMailer::TestCase
end
assert_equal [ "kevin@37signals.com" ], email.to
assert_equal "Sign in to Fizzy", email.subject
assert_equal "Sign in to BOXCAR", email.subject
assert_match magic_link.code, email.body.encoded
end
end