مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-11-30 21:32:30 +00:00
style(rubocop): Style/TrailingCommaInArrayLiteral
هذا الالتزام موجود في:
@@ -180,8 +180,10 @@ RSpec.describe SMTPSender do
|
||||
|
||||
it "includes both endpoints in the array of endpoints tried" do
|
||||
sender.start
|
||||
expect(sender.endpoints).to match([have_attributes(ip_address: "1.2.3.4"),
|
||||
have_attributes(ip_address: "2.3.4.5")])
|
||||
expect(sender.endpoints).to match([
|
||||
have_attributes(ip_address: "1.2.3.4"),
|
||||
have_attributes(ip_address: "2.3.4.5"),
|
||||
])
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم