mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-31 05:02:14 +02:00
Apply review suggestions from @nilsding
Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
This commit is contained in:
parent
3bb91932b5
commit
45f288ef4f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue