Fix a typo: acccess -> access

This commit is contained in:
Lin Jen-Shin 2016-11-11 21:53:43 +08:00
parent 71ae01fefe
commit 40632455b8
1 changed files with 1 additions and 1 deletions

View File

@ -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