From: Akihiko Odaki Date: Mon, 11 Dec 2017 13:22:08 +0000 (+0900) Subject: Remove preview_card fabricator (#5975) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=e56323a4dd3048fa6f46590052bcba75d82b3317;p=mastodon.git Remove preview_card fabricator (#5975) preview_card fabricator has a removed attribute, status, and is no longer functional. --- diff --git a/spec/fabricators/preview_card_fabricator.rb b/spec/fabricators/preview_card_fabricator.rb deleted file mode 100644 index 15b33815c..000000000 --- a/spec/fabricators/preview_card_fabricator.rb +++ /dev/null @@ -1,4 +0,0 @@ -Fabricator(:preview_card) do - status - url 'http://example.com' -end