summaryrefslogtreecommitdiff
path: root/spec/support/helpers/git_http_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/git_http_helpers.rb')
-rw-r--r--spec/support/helpers/git_http_helpers.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/support/helpers/git_http_helpers.rb b/spec/support/helpers/git_http_helpers.rb
index cd49bb148f2..c83860d7b51 100644
--- a/spec/support/helpers/git_http_helpers.rb
+++ b/spec/support/helpers/git_http_helpers.rb
@@ -1,4 +1,8 @@
+require_relative 'workhorse_helpers'
+
module GitHttpHelpers
+ include WorkhorseHelpers
+
def clone_get(project, options = {})
get "/#{project}/info/refs", params: { service: 'git-upload-pack' }, headers: auth_env(*options.values_at(:user, :password, :spnego_request_token))
end