mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 07:52:04 +02:00
Merge branch 'master' into registry-661
# Conflicts: # db/structure.sql
This commit is contained in:
commit
597dfbafdb
55 changed files with 536 additions and 277 deletions
|
@ -1,5 +1,6 @@
|
|||
FactoryBot.define do
|
||||
factory :epp_session do
|
||||
|
||||
sequence(:session_id) { |n| "test#{n}" }
|
||||
association :user, factory: :api_user
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue