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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2018-12-19 21:07:07 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-12-19 21:07:07 +0300
commit88b266607264a0c3f8bf3aa4c82d38efbd52eab9 (patch)
tree28f6e6353229044a074778c086d1133050bf675e
parentde2743291c1834aacc4f00e677adfb9fa79fba7c (diff)
Fix odd ruby 2.5 failure
-rw-r--r--ruby/gitlab-shell/spec/gitlab_net_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/gitlab-shell/spec/gitlab_net_spec.rb b/ruby/gitlab-shell/spec/gitlab_net_spec.rb
index 1ca4096c5..c6245d4e3 100644
--- a/ruby/gitlab-shell/spec/gitlab_net_spec.rb
+++ b/ruby/gitlab-shell/spec/gitlab_net_spec.rb
@@ -67,7 +67,7 @@ describe GitlabNet, vcr: true do
describe '#lfs_authenticate' do
context 'lfs authentication succeeded' do
- let(:repository_http_path) { URI.join(internal_api_endpoint.sub('api/v4', ''), project).to_s }
+ let(:repository_http_path) { URI.join(internal_api_endpoint.sub('/api/v4', ''), project).to_s }
context 'for download operation' do
it 'should return the correct data' do