Make rubocop happy

This commit is contained in:
Lin Jen-Shin 2016-07-12 20:17:55 +08:00
parent c94cff3e13
commit a96e9aa0d3

View file

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