Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-05-26 21:10:52 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-26 21:10:52 +0300
commit4c47bc5ec6420ab3a4ef629010e89de45b2776b9 (patch)
tree941f43a86f23dc601a0778571a36f53dfb4c44c6 /spec/lib/banzai/pipeline
parentede9464fd957582e4e0232f70113942b08ddfe78 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/lib/banzai/pipeline')
-rw-r--r--spec/lib/banzai/pipeline/post_process_pipeline_spec.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/spec/lib/banzai/pipeline/post_process_pipeline_spec.rb b/spec/lib/banzai/pipeline/post_process_pipeline_spec.rb
index ebe1ca4d403..5a3ceccfae1 100644
--- a/spec/lib/banzai/pipeline/post_process_pipeline_spec.rb
+++ b/spec/lib/banzai/pipeline/post_process_pipeline_spec.rb
@@ -42,17 +42,5 @@ RSpec.describe Banzai::Pipeline::PostProcessPipeline do
subject
end
-
- context 'when "optimize_linkable_attributes" is disabled' do
- before do
- stub_feature_flags(optimize_linkable_attributes: false)
- end
-
- it 'searches for attributes twice' do
- expect(doc).to receive(:search).twice.and_call_original
-
- subject
- end
- end
end
end