Skip to content

Commit

Permalink
Fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
andreslucena committed May 10, 2024
1 parent 24c4c9d commit d9d379b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ module System

expect(organization.smtp_settings["from"]).to eq("decide@example.org")
expect(organization.smtp_settings["from_email"]).to eq("decide@example.org")
expect(last_email.From.value).to eq("decide@example.org")
expect(last_email.From.value).to eq("Gotham City <decide@example.org>")
end
end
end
Expand Down

0 comments on commit d9d379b

Please sign in to comment.