tests: add missing controller tests.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FactoryBot.define do
|
||||
factory(:post_appeal) do
|
||||
creator
|
||||
post
|
||||
post { build(:post, is_deleted: true) }
|
||||
reason {"xxx"}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user