This commit is contained in:
Kevin McConnell
2025-12-02 08:26:09 +00:00
parent 20781a6493
commit b9899e7154
+1 -1
View File
@@ -10,7 +10,7 @@ class ExportMailerTest < ActionMailer::TestCase
end
assert_equal [ "david@37signals.com" ], email.to
assert_equal "Your Fizzy export is ready", email.subject
assert_equal "Your Fizzy data export is ready for download", email.subject
assert_match %r{/exports/#{export.id}}, email.body.encoded
end
end