Apply review suggestions from @nilsding

Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
This commit is contained in:
Andreas Nedbal 2022-08-20 21:25:01 +02:00
parent 3bb91932b5
commit 45f288ef4f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ describe Moderation::ReportsController, type: :controller do
sign_in user
end
it "renders the user/questions template" do
it "renders the moderation/reports/index template" do
subject
expect(response).to render_template("moderation/reports/index")
end