Whitespace, remove unused method
This commit is contained in:
parent
31bc876b7b
commit
0f8fe93c26
1 changed files with 10 additions and 14 deletions
|
@ -188,10 +188,6 @@ describe 'Git HTTP requests', lib: true do
|
|||
post "/#{project}/git-upload-pack", {}, auth_env(*options.values_at(:user, :password))
|
||||
end
|
||||
|
||||
def clone_path(project)
|
||||
"/#{project.path_with_namespace}.git/info/refs"
|
||||
end
|
||||
|
||||
def download(project, user: nil, password: nil)
|
||||
args = [project, {user: user, password: password}]
|
||||
|
||||
|
|
Loading…
Reference in a new issue