Commit 22ee76a9 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'vt-fix-method-name-in-spec-description' into 'master'

Change POST to GET in a spec description

See merge request gitlab-org/gitlab!22075
parents 18f3bc53 530c7f59
......@@ -11,7 +11,7 @@ describe Projects::ErrorTracking::ProjectsController do
project.add_maintainer(user)
end
describe 'POST #index' do
describe 'GET #index' do
context 'with insufficient permissions' do
before do
project.add_guest(user)
......
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