0
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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