summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-04-15 16:13:56 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-04-25 14:40:40 -0400
commit89775da8e5e823e9fe90dc1fc2959a8d861c9fc2 (patch)
treeaf225fcc2a83899ae8532256f6a5c07db412eb78
parent8f8a8ab32bca8fdc79d7a5115eabbd015dd44c02 (diff)
downloadgitlab-ce-89775da8e5e823e9fe90dc1fc2959a8d861c9fc2.tar.gz
Add to_param to mentionable spec's mock
-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 9d0af29ff99..53fb6545553 100644
--- a/spec/support/mentionable_shared_examples.rb
+++ b/spec/support/mentionable_shared_examples.rb
@@ -53,7 +53,7 @@ def common_mentionable_setup
extra_commits.each { |c| commitmap[c.short_id] = c }
allow(project.repository).to receive(:commit) { |sha| commitmap[sha] }
-
+
set_mentionable_text.call(ref_string)
end
end