mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-18 00:03:16 +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
|