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:
authorAhmad Sherif <me@ahmadsherif.com>2017-06-12 21:55:28 +0300
committerAhmad Sherif <me@ahmadsherif.com>2017-06-21 18:31:20 +0300
commit0284f01716cfdcbe8d9e7a0281e551414b4c0239 (patch)
tree6c40ea5dfe9a4ec397da22fa4c30baf0ed3e2047 /spec/lib/gitlab/workhorse_spec.rb
parent78ee24ba53a4a44d829613495ec0d5f1bbb5a9ee (diff)
Migrate Gitlab::Git::Blob.find to Gitaly
Diffstat (limited to 'spec/lib/gitlab/workhorse_spec.rb')
-rw-r--r--spec/lib/gitlab/workhorse_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/lib/gitlab/workhorse_spec.rb b/spec/lib/gitlab/workhorse_spec.rb
index a3e8166cb70..493ff3bb5fb 100644
--- a/spec/lib/gitlab/workhorse_spec.rb
+++ b/spec/lib/gitlab/workhorse_spec.rb
@@ -216,7 +216,6 @@ describe Gitlab::Workhorse, lib: true do
it 'includes a Repository param' do
repo_param = { Repository: {
- path: '', # deprecated field; grpc automatically creates it anyway
storage_name: 'default',
relative_path: project.full_path + '.git'
} }