Merge pull request #1462 from nbennke/nbennke-fix-typo-1

Fix little typo
This commit is contained in:
Mikel Lindsaar 2022-04-22 15:53:33 +10:00 committed by GitHub
commit 641060598f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,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"