Fix little typo

This commit is contained in:
nbennke 2021-11-04 08:44:14 +01:00 committed by GitHub
parent 6e5db59a34
commit 3c28e0457b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ describe "SMTP Delivery Method" do
end.to raise_error(ArgumentError, 'SMTP From address may not be blank: nil')
end
it "should raise an error if no recipient if defined" do
it "should raise an error if no recipient is defined" do
mail = Mail.new do
from "from@somemail.com"
subject "Email with no recipient"