مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-11-30 21:32:30 +00:00
This adds a comprehensive set of tests for the message unqueueing service. Additionally, it improves how message databases are used for testing environments.
9 أسطر
158 B
Ruby
9 أسطر
158 B
Ruby
# frozen_string_literal: true
|
|
|
|
FactoryBot.define do
|
|
factory :address_endpoint do
|
|
server
|
|
sequence(:address) { |n| "test#{n}@example.com" }
|
|
end
|
|
end
|