Migrate to request specs in /api/v1/admin/domain_allows
(#25333)
This commit is contained in:
parent
841c220c40
commit
4301d8cbb3
3 changed files with 215 additions and 141 deletions
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Fabricator(:domain_allow) do
|
||||
domain 'MyString'
|
||||
domain { sequence(:domain) { |i| "example#{i}.com" } }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue