mirror of
https://github.com/glitch-soc/mastodon
synced 2025-09-10 10:31:11 +00:00
5 lines
111 B
Ruby
5 lines
111 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:unavailable_domain) do
|
|
domain { Faker::Internet.domain_name }
|
|
end
|