summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-11-11 21:21:43 +0800
committerLin Jen-Shin <godfat@godfat.org>2016-11-11 21:21:43 +0800
commit24d9f51e7bfbfa4a063b068377b100f6cde2b971 (patch)
treef26d742b5919bdf1b77aaf70cbe0d4c09e0ef952
parent8b2426f898fdda47fc53f2c3d31c2060329430d4 (diff)
downloadgitlab-ce-24d9f51e7bfbfa4a063b068377b100f6cde2b971.tar.gz
Correct the test. Not sure why change it in the first place
-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 502ee9ce209..f1d0a190002 100644
--- a/spec/lib/gitlab/git_access_spec.rb
+++ b/spec/lib/gitlab/git_access_spec.rb
@@ -366,7 +366,7 @@ describe Gitlab::GitAccess, lib: true do
context 'to public project' do
let(:project) { create(:project, :public) }
- it { expect(subject).to be_allowed }
+ it { expect(subject).not_to be_allowed }
end
context 'to internal project' do