Whitespace, remove unused method

This commit is contained in:
Jacob Vosmaer 2016-03-24 16:21:19 +01:00
parent 31bc876b7b
commit 0f8fe93c26

View file

@ -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}]