Commit 0aed6e59 authored by Shinya Maeda's avatar Shinya Maeda Committed by Lin Jen-Shin

Fix WorkhorseHelpers module is missing

This interferes spec execution on local environment.
parent bf172b11
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment