summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-10-17 15:16:28 +0100
committerFilipa Lacerda <filipa@gitlab.com>2018-10-17 15:16:28 +0100
commit49d7c3b3461442a60d06a26c8cc971205afa3642 (patch)
treee4e66aca27aecf73332c872d788f0792ffbf688a
parent0d583e5e8a36231eef614305208ea67ab91a5b62 (diff)
downloadgitlab-ce-49d7c3b3461442a60d06a26c8cc971205afa3642.tar.gz
Removes extra empty lines
-rw-r--r--spec/features/projects/pipelines/pipeline_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/features/projects/pipelines/pipeline_spec.rb b/spec/features/projects/pipelines/pipeline_spec.rb
index a79dbe7f877..5734c7e355e 100644
--- a/spec/features/projects/pipelines/pipeline_spec.rb
+++ b/spec/features/projects/pipelines/pipeline_spec.rb
@@ -72,7 +72,6 @@ describe 'Pipeline', :js do
expect(page).to have_link(pipeline.ref)
end
-
it_behaves_like 'showing user status' do
let(:user_with_status) { pipeline.user }
@@ -252,7 +251,6 @@ describe 'Pipeline', :js do
expect(page).to have_content(pipeline.ref)
end
end
-
end
context 'when user does not have access to read jobs' do