summaryrefslogtreecommitdiff
path: root/spec/support/mentionable_shared_examples.rb
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-07-13 18:33:50 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-07-13 21:31:16 -0400
commitf3d4767d0c78daf315e6b653bed3a3a3ee308072 (patch)
treebddd6e6ca56fa486d95187e3e2020b68e25f4512 /spec/support/mentionable_shared_examples.rb
parente4c698fd5ce77e46e3851384c14271eb74c3c9ee (diff)
downloadgitlab-ce-f3d4767d0c78daf315e6b653bed3a3a3ee308072.tar.gz
Rename `notice_added_references` to `create_new_cross_references!`rs-issue-1773
Diffstat (limited to 'spec/support/mentionable_shared_examples.rb')
-rw-r--r--spec/support/mentionable_shared_examples.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/mentionable_shared_examples.rb b/spec/support/mentionable_shared_examples.rb
index a2a0b6905f9..f0717e61781 100644
--- a/spec/support/mentionable_shared_examples.rb
+++ b/spec/support/mentionable_shared_examples.rb
@@ -143,6 +143,6 @@ shared_examples 'an editable mentionable' do
end
set_mentionable_text.call(new_text)
- subject.notice_added_references(project, author)
+ subject.create_new_cross_references!(project, author)
end
end