1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00

fix: fixes postal default-dkim-record

هذا الالتزام موجود في:
Adam Cooke
2024-03-13 16:54:29 +00:00
الأصل 8e71dd0232
التزام 58dddebeb8
6 ملفات معدلة مع 148 إضافات و143 حذوفات

عرض الملف

@@ -5,7 +5,7 @@ require "rails_helper"
RSpec.describe Postal do
describe "#signer" do
it "returns a signer with the installation's signing key" do
expect(Postal.signer).to be_a(Signer)
expect(Postal.signer).to be_a(Postal::Signer)
expect(Postal.signer.private_key.to_pem).to eq OpenSSL::PKey::RSA.new(File.read(Postal::Config.postal.signing_key_path)).to_pem
end
end