reports/uploads: remove upload report page.

This commit is contained in:
evazion
2020-01-13 12:58:20 -06:00
parent 85676ddb74
commit ec8c427ef3
6 changed files with 1 additions and 77 deletions

View File

@@ -10,13 +10,6 @@ class ReportsControllerTest < ActionDispatch::IntegrationTest
end
end
context "uploads action" do
should "render" do
get_auth reports_uploads_path, @mod
assert_response :success
end
end
context "upload_tags action" do
should "render" do
get reports_upload_tags_path(user_id: @users.first)