mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
Merge branch 'master' into registry-727
This commit is contained in:
commit
1e5face668
99 changed files with 1134 additions and 566 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
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
FactoryBot.define do
|
||||
factory :message do
|
||||
body 'fabricator body'
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue