1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-01-24 16:43:08 -05:00
Akihiko Odaki (@fn_aki@pawoo.net) ce7c0def88 Remove redundant code in AtomSerializer and spec ()
* Remove redundant status.reply? in AtomSerializer#object

* Cover AtomSerializer more
2017-06-03 20:51:08 +02:00

5 lines
100 B
Ruby

Fabricator(:follow_request) do
account
target_account { Fabricate(:account, locked: true) }
end