Fix a typo: acccess -> access
This commit is contained in:
parent
71ae01fefe
commit
40632455b8
|
|
@ -82,7 +82,7 @@ describe Gitlab::GitAccess, lib: true do
|
|||
end
|
||||
end
|
||||
|
||||
describe 'without acccess to project' do
|
||||
describe 'without access to project' do
|
||||
context 'pull code' do
|
||||
it { expect(subject.allowed?).to be_falsey }
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue