logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: e56323a4dd3048fa6f46590052bcba75d82b3317
parent: 84d5bfb35edfa2126e15e94d519c32d1b27e27eb
Author: Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
Date:   Mon, 11 Dec 2017 22:22:08 +0900

Remove preview_card fabricator (#5975)

preview_card fabricator has a removed attribute, status, and is no longer
functional.

Diffstat:

Dspec/fabricators/preview_card_fabricator.rb4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/spec/fabricators/preview_card_fabricator.rb b/spec/fabricators/preview_card_fabricator.rb @@ -1,4 +0,0 @@ -Fabricator(:preview_card) do - status - url 'http://example.com' -end