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:
Diffstat (limited to 'qa/qa/git/location.rb')
-rw-r--r--qa/qa/git/location.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/qa/qa/git/location.rb b/qa/qa/git/location.rb
index c3733572e70..9ac97a66e53 100644
--- a/qa/qa/git/location.rb
+++ b/qa/qa/git/location.rb
@@ -1,16 +1,13 @@
# frozen_string_literal: true
require 'uri'
-require 'forwardable'
module QA
module Git
class Location
- extend Forwardable
-
attr_reader :git_uri, :uri
- def_delegators :@uri, :user, :host, :path
+ delegate :user, :host, :path, to: :@uri
# See: config/initializers/1_settings.rb
# Settings#build_gitlab_shell_ssh_path_prefix