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