Commit 6ab4a6c3 authored by Patrick Bajao's avatar Patrick Bajao

Merge branch 'spec-description-fix' into 'master'

Fix spec description in abuse_reports_controller

See merge request gitlab-org/gitlab!63946
parents e66d4614 e3b009a4
...@@ -56,7 +56,7 @@ RSpec.describe AbuseReportsController do ...@@ -56,7 +56,7 @@ RSpec.describe AbuseReportsController do
post :create, params: { abuse_report: attrs } post :create, params: { abuse_report: attrs }
end end
it 'redirects back to the reported user' do it 'redirects back to root' do
post :create, params: { abuse_report: attrs } post :create, params: { abuse_report: attrs }
expect(response).to redirect_to root_path 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