summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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