Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2016-03-24 19:44:13 +0300
committerJacob Vosmaer <contact@jacobvosmaer.nl>2016-03-24 19:44:13 +0300
commit5f3708418ab71c47c6fffe63b1fac03c0e7c889f (patch)
tree595f68c8d95cf62dd467f199616d45698dddfc7a /spec/requests/git_http_spec.rb
parent57145483fc41cc73b7b41005ebac90779f817b5e (diff)
Whitespace!
Diffstat (limited to 'spec/requests/git_http_spec.rb')
-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)