mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 03:30:33 +02:00
parent
cf5ea5a16d
commit
ad1f5e6144
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
FactoryBot.define do
|
||||
factory :epp_session do
|
||||
|
||||
sequence(:session_id) { |n| "test#{n}" }
|
||||
registrar
|
||||
association :user, factory: :api_user
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue