Files
danbooru/test/factories/moderation_report.rb
BrokenEagle f3ce811def Add tests for moderation reports
Added an HTML render for the new endpoint to get the tests to work.
It should probably have had one anyways so this is alright.
2020-01-18 23:37:58 +00:00

6 lines
83 B
Ruby

FactoryBot.define do
factory(:moderation_report) do
reason {"xxx"}
end
end