Whitespace!

This commit is contained in:
Jacob Vosmaer 2016-03-24 17:44:13 +01:00
parent 57145483fc
commit 5f3708418a
1 changed files with 2 additions and 2 deletions

View File

@ -60,13 +60,13 @@ describe 'Git HTTP requests', lib: true do
before do
project.update_attribute(:visibility_level, Project::PUBLIC)
end
it "responds with status 200" do
download(path, env) do |response|
expect(response.status).to eq(200)
end
end
context 'but git-upload-pack is disabled' do
it "responds with status 404" do
allow(Gitlab.config.gitlab_shell).to receive(:upload_pack).and_return(false)