Commit 530c7f59 authored by Vitali Tatarintev's avatar Vitali Tatarintev

Change POST to GET in a spec description

parent ecac5802
......@@ -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