Commit 2676b323 authored by Stan Hu's avatar Stan Hu

Merge branch 'rachelfox-master-patch-46078' into 'master'

fix has to have typo

See merge request gitlab-org/gitlab!34005
parents bad89b24 61a3bc82
......@@ -3726,7 +3726,7 @@ describe Project do
context 'when feature is private' do
let(:project) { create(:project, :public, :merge_requests_private) }
context 'when user does not has access to the feature' do
context 'when user does not have access to the feature' do
it 'does not return projects with the project feature private' do
is_expected.not_to include(project)
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