Skip to content
Snippets Groups Projects
Commit 5f370841 authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Whitespace!

parent 57145483
No related branches found
No related tags found
No related merge requests found
Loading
@@ -60,13 +60,13 @@ describe 'Git HTTP requests', lib: true do
Loading
@@ -60,13 +60,13 @@ describe 'Git HTTP requests', lib: true do
before do before do
project.update_attribute(:visibility_level, Project::PUBLIC) project.update_attribute(:visibility_level, Project::PUBLIC)
end end
it "responds with status 200" do it "responds with status 200" do
download(path, env) do |response| download(path, env) do |response|
expect(response.status).to eq(200) expect(response.status).to eq(200)
end end
end end
context 'but git-upload-pack is disabled' do context 'but git-upload-pack is disabled' do
it "responds with status 404" do it "responds with status 404" do
allow(Gitlab.config.gitlab_shell).to receive(:upload_pack).and_return(false) allow(Gitlab.config.gitlab_shell).to receive(:upload_pack).and_return(false)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment