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:
Diffstat (limited to 'spec/models/note_spec.rb')
-rw-r--r--spec/models/note_spec.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/spec/models/note_spec.rb b/spec/models/note_spec.rb
index 4b574540500..27a4132c27e 100644
--- a/spec/models/note_spec.rb
+++ b/spec/models/note_spec.rb
@@ -1643,17 +1643,6 @@ RSpec.describe Note do
match_query_count(1).for_model(DiffNotePosition))
end
end
-
- context 'when skip_notes_diff_include flag is disabled' do
- before do
- stub_feature_flags(skip_notes_diff_include: false)
- end
-
- it 'includes additional diff associations' do
- expect { subject.reload }.to match_query_count(1).for_model(NoteDiffFile).and(
- match_query_count(1).for_model(DiffNotePosition))
- end
- end
end
context 'when noteable can have diffs' do