about summary refs log tree commit diff
path: root/spec/fabricators/preview_card_fabricator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fabricators/preview_card_fabricator.rb')
-rw-r--r--spec/fabricators/preview_card_fabricator.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/fabricators/preview_card_fabricator.rb b/spec/fabricators/preview_card_fabricator.rb
index f119c117d..99b5edc43 100644
--- a/spec/fabricators/preview_card_fabricator.rb
+++ b/spec/fabricators/preview_card_fabricator.rb
@@ -3,4 +3,5 @@ Fabricator(:preview_card) do
   title { Faker::Lorem.sentence }
   description { Faker::Lorem.paragraph }
   type 'link'
+  image { attachment_fixture('attachment.jpg') }
 end