مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-12-01 05:43:04 +00:00
13 أسطر
198 B
Ruby
13 أسطر
198 B
Ruby
# frozen_string_literal: true
|
|
|
|
require "rails_helper"
|
|
|
|
module SMTPServer
|
|
|
|
describe Client do
|
|
let(:ip_address) { "1.2.3.4" }
|
|
subject(:client) { described_class.new(ip_address) }
|
|
end
|
|
|
|
end
|