1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-28 06:48:38 +09:00
whippy-edition/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