mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-05 14:36:04 +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
|