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:
authorRobert Speicher <rspeicher@gmail.com>2015-04-15 23:13:56 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-04-25 21:40:40 +0300
commit89775da8e5e823e9fe90dc1fc2959a8d861c9fc2 (patch)
treeaf225fcc2a83899ae8532256f6a5c07db412eb78 /spec/support/mentionable_shared_examples.rb
parent8f8a8ab32bca8fdc79d7a5115eabbd015dd44c02 (diff)
Add to_param to mentionable spec's mock
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 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