mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 01:16:03 +01: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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue