Commit b222f6d5 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix EmptyLines Rubocop offense in pipeline specs

parent 9f1beed7
......@@ -187,7 +187,6 @@ describe 'Pipeline', :feature, :js do
let(:project) { create(:project) }
let(:pipeline) { create(:ci_pipeline, project: project, ref: 'master', sha: project.commit.id) }
before do
visit builds_namespace_project_pipeline_path(project.namespace, project, pipeline)
end
......
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