mirror of
https://github.com/kikobar/mastodon.git
synced 2025-01-01 02:34:19 +00: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
|