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:
authorFatih Acet <acetfatih@gmail.com>2018-12-21 03:19:41 +0300
committerFatih Acet <acetfatih@gmail.com>2019-01-31 01:18:13 +0300
commit45eabf921a9bb90677d1e4f59544f0a7abcbc879 (patch)
tree899251bb4eb01d0d4b3ac9a6f9c6189f3912af55 /spec/helpers/issuables_helper_spec.rb
parent8bcd508b4c7f559f27db3c05b6ae4a3a33dfff95 (diff)
Accept lockVersion as a prop and add to store
Diffstat (limited to 'spec/helpers/issuables_helper_spec.rb')
-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,