mastodon/spec/fabricators/follow_request_fabricator.rb
Akihiko Odaki (@fn_aki@pawoo.net) ce7c0def88 Remove redundant code in AtomSerializer and spec (#3528)
* 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