Commit a96e9aa0 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Make rubocop happy

parent c94cff3e
......@@ -26,9 +26,9 @@ describe 'Artifacts' do
build2.update_attributes(artifacts_file: artifacts_file)
visit download_namespace_project_build_artifacts_path(
project.namespace,
project,
build2)
project.namespace,
project,
build2)
end
it { expect(page.status_code).to eq(404) }
......
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