Commit e3b009a4 authored by gfyoung's avatar gfyoung

Fix spec description in abuse_reports_controller

Follows-up: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/63793
parent 09eafadc
......@@ -56,7 +56,7 @@ RSpec.describe AbuseReportsController do
post :create, params: { abuse_report: attrs }
end
it 'redirects back to the reported user' do
it 'redirects back to root' do
post :create, params: { abuse_report: attrs }
expect(response).to redirect_to root_path
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment