1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-03-01 05:53:47 -05:00
tootlab-mastodon/spec/fabricators/preview_card_provider_fabricator.rb
2024-04-11 08:59:01 +00:00

6 lines
149 B
Ruby

# frozen_string_literal: true
Fabricator(:preview_card_provider) do
domain { sequence(:domain) { |i| "#{i}#{Faker::Internet.domain_name}" } }
end