mirror of
https://github.com/whippyshou/mastodon
synced 2024-11-24 07:06:28 +09:00
6 lines
111 B
Ruby
6 lines
111 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:unavailable_domain) do
|
|
domain { Faker::Internet.domain_name }
|
|
end
|