1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-12 13:48:35 +09:00
YuruToot/spec/fabricators/unavailable_domain_fabricator.rb

6 lines
111 B
Ruby
Raw Normal View History

# frozen_string_literal: true
Fabricator(:unavailable_domain) do
2023-03-05 01:12:09 +09:00
domain { Faker::Internet.domain_name }
end