about summary refs log tree commit diff
path: root/spec/fabricators/preview_card_fabricator.rb
blob: f119c117d9810a7bc5f426cd4718beca69fa17f3 (plain) (blame)
1
2
3
4
5
6
Fabricator(:preview_card) do
  url { Faker::Internet.url }
  title { Faker::Lorem.sentence }
  description { Faker::Lorem.paragraph }
  type 'link'
end