Commit 5b227f35 authored by Lin Jen-Shin's avatar Lin Jen-Shin

rubocop likes this better

parent b043729d
......@@ -9,8 +9,8 @@ describe Projects::ArtifactsController do
login_as(user)
end
def path_from_ref(ref = pipeline.sha, build_name = build.name,
path = 'browse')
def path_from_ref(
ref = pipeline.sha, build_name = build.name, path = 'browse')
search_namespace_project_artifacts_path(
project.namespace,
project,
......
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