about summary refs log tree commit diff
path: root/spec/fabricators/preview_card_provider_fabricator.rb
blob: 78db710003d477159c8a545931b0cb1c58eaa6e4 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

Fabricator(:preview_card_provider) do
  domain { Faker::Internet.domain_name }
end