1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-12-19 00:59:00 +09:00
whippy-edition/spec/fabricators/unavailable_domain_fabricator.rb

6 lines
106 B
Ruby

# frozen_string_literal: true
Fabricator(:unavailable_domain) do
domain { Faker::Internet.domain }
end