Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-11-11 16:53:43 +0300
committerLin Jen-Shin <godfat@godfat.org>2016-11-11 16:54:10 +0300
commit40632455b83e78ec30af2eb93ced02afc5c4d4a0 (patch)
tree54626a1dbff6956183369c2c5a132d6e26492b47 /spec/lib/gitlab/git_access_spec.rb
parent71ae01fefe62caf396640affb8ca618fe68db5a0 (diff)
Fix a typo: acccess -> access
Diffstat (limited to 'spec/lib/gitlab/git_access_spec.rb')
-rw-r--r--spec/lib/gitlab/git_access_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/git_access_spec.rb b/spec/lib/gitlab/git_access_spec.rb
index ac5352a9561..3c1df2199b2 100644
--- a/spec/lib/gitlab/git_access_spec.rb
+++ b/spec/lib/gitlab/git_access_spec.rb
@@ -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