Apply review suggestions from @nilsding
Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
This commit is contained in:
parent
3bb91932b5
commit
45f288ef4f
|
@ -12,7 +12,7 @@ describe Moderation::ReportsController, type: :controller do
|
||||||
sign_in user
|
sign_in user
|
||||||
end
|
end
|
||||||
|
|
||||||
it "renders the user/questions template" do
|
it "renders the moderation/reports/index template" do
|
||||||
subject
|
subject
|
||||||
expect(response).to render_template("moderation/reports/index")
|
expect(response).to render_template("moderation/reports/index")
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue