summaryrefslogtreecommitdiff
path: root/spec/helpers
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2018-12-21 01:19:41 +0100
committerFatih Acet <acetfatih@gmail.com>2019-01-30 23:18:13 +0100
commit45eabf921a9bb90677d1e4f59544f0a7abcbc879 (patch)
tree899251bb4eb01d0d4b3ac9a6f9c6189f3912af55 /spec/helpers
parent8bcd508b4c7f559f27db3c05b6ae4a3a33dfff95 (diff)
downloadgitlab-ce-45eabf921a9bb90677d1e4f59544f0a7abcbc879.tar.gz
Accept lockVersion as a prop and add to store
Diffstat (limited to 'spec/helpers')
-rw-r--r--spec/helpers/issuables_helper_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/helpers/issuables_helper_spec.rb b/spec/helpers/issuables_helper_spec.rb
index 03e3a72a82f..af319e5ebfe 100644
--- a/spec/helpers/issuables_helper_spec.rb
+++ b/spec/helpers/issuables_helper_spec.rb
@@ -190,6 +190,7 @@ describe IssuablesHelper do
markdownDocsPath: '/help/user/markdown',
markdownVersion: CacheMarkdownField::CACHE_COMMONMARK_VERSION,
issuableTemplates: [],
+ lockVersion: issue.lock_version,
projectPath: @project.path,
projectNamespace: @project.namespace.path,
initialTitleHtml: issue.title,