Commit 24d9f51e authored by Lin Jen-Shin's avatar Lin Jen-Shin

Correct the test. Not sure why change it in the first place

parent 8b2426f8
......@@ -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
......
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