Adding account_secret_fabricator

This commit is contained in:
Maxim Lapis 2025-09-04 19:50:21 +02:00
parent e82b82d97e
commit 2361eac493

View File

@ -0,0 +1,6 @@
# frozen_string_literal: true
Fabricator(:account_secret) do
account
private_key { OpenSSL::PKey::RSA.new(2048).to_pem }
end