Migrate to request specs in /api/v1/admin/domain_allows (#25333)

This commit is contained in:
Daniel M Brasil
2023-06-10 13:32:26 -03:00
committed by GitHub
parent 841c220c40
commit 4301d8cbb3
3 changed files with 215 additions and 141 deletions

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
Fabricator(:domain_allow) do
domain 'MyString'
domain { sequence(:domain) { |i| "example#{i}.com" } }
end