summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2016-03-24 17:44:13 +0100
committerJacob Vosmaer <contact@jacobvosmaer.nl>2016-03-24 17:44:13 +0100
commit5f3708418ab71c47c6fffe63b1fac03c0e7c889f (patch)
tree595f68c8d95cf62dd467f199616d45698dddfc7a
parent57145483fc41cc73b7b41005ebac90779f817b5e (diff)
downloadgitlab-ce-5f3708418ab71c47c6fffe63b1fac03c0e7c889f.tar.gz
Whitespace!
-rw-r--r--spec/requests/git_http_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/requests/git_http_spec.rb b/spec/requests/git_http_spec.rb
index 967e0ab6e74..c1aad48ad04 100644
--- a/spec/requests/git_http_spec.rb
+++ b/spec/requests/git_http_spec.rb
@@ -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)