Skip to content
Snippets Groups Projects
Commit a96e9aa0 authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

Make rubocop happy

parent c94cff3e
No related branches found
No related tags found
1 merge request!5142Add a download buttons for Build Artifacts
Pipeline #
Loading
@@ -26,9 +26,9 @@ describe 'Artifacts' do
Loading
@@ -26,9 +26,9 @@ describe 'Artifacts' do
build2.update_attributes(artifacts_file: artifacts_file) build2.update_attributes(artifacts_file: artifacts_file)
   
visit download_namespace_project_build_artifacts_path( visit download_namespace_project_build_artifacts_path(
project.namespace, project.namespace,
project, project,
build2) build2)
end end
   
it { expect(page.status_code).to eq(404) } it { expect(page.status_code).to eq(404) }
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment