summaryrefslogtreecommitdiff
path: root/spec/support
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/mentionable_shared_examples.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/support/mentionable_shared_examples.rb b/spec/support/mentionable_shared_examples.rb
index 412c6f4ead8..f584904845e 100644
--- a/spec/support/mentionable_shared_examples.rb
+++ b/spec/support/mentionable_shared_examples.rb
@@ -86,13 +86,6 @@ shared_examples 'a mentionable' do
subject.create_cross_references!
end
-
- it 'detects existing cross-references' do
- SystemNoteService.cross_reference(mentioned_issue, subject.local_reference, author)
-
- expect(subject.cross_reference_exists?(mentioned_issue)).to be_truthy
- expect(subject.cross_reference_exists?(mentioned_mr)).to be_falsey
- end
end
shared_examples 'an editable mentionable' do