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.
This commit is contained in:
BrokenEagle
2020-01-18 22:45:13 +00:00
parent 491d476456
commit f3ce811def
3 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<div id="c-moderation-reports">
<div id="a-new">
<%= render "moderation_reports/new", moderation_report: @moderation_report %>
</div>
</div>