Commit 42abe89c authored by Etienne Baqué's avatar Etienne Baqué

Added changelog file

parent baeeb272
---
title: Evidence - Added restriction for guest on Release page
merge_request: 21102
author:
type: changed
...@@ -207,13 +207,13 @@ describe Projects::ReleasesController do ...@@ -207,13 +207,13 @@ describe Projects::ReleasesController do
project.add_guest(user) project.add_guest(user)
end end
context 'if the project is private' do context 'when the project is private' do
let(:project) { private_project } let(:project) { private_project }
it_behaves_like 'not found' it_behaves_like 'not found'
end end
context 'if the project is public' do context 'when the project is public' do
it_behaves_like 'successful request' it_behaves_like 'successful request'
end end
end end
......
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