From ce7c0def88b4f9ee97913002fb2d41d1832bd8af Mon Sep 17 00:00:00 2001 From: "Akihiko Odaki (@fn_aki@pawoo.net)" Date: Sun, 4 Jun 2017 03:51:08 +0900 Subject: Remove redundant code in AtomSerializer and spec (#3528) * Remove redundant status.reply? in AtomSerializer#object * Cover AtomSerializer more --- spec/fabricators/follow_request_fabricator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/fabricators') diff --git a/spec/fabricators/follow_request_fabricator.rb b/spec/fabricators/follow_request_fabricator.rb index 78a057919..c00ddf84d 100644 --- a/spec/fabricators/follow_request_fabricator.rb +++ b/spec/fabricators/follow_request_fabricator.rb @@ -1,4 +1,4 @@ Fabricator(:follow_request) do account - target_account { Fabricate(:account) } + target_account { Fabricate(:account, locked: true) } end -- cgit