diff options
author | Fatih Acet <acetfatih@gmail.com> | 2018-12-21 01:19:41 +0100 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2019-01-30 23:18:13 +0100 |
commit | 45eabf921a9bb90677d1e4f59544f0a7abcbc879 (patch) | |
tree | 899251bb4eb01d0d4b3ac9a6f9c6189f3912af55 /spec/helpers | |
parent | 8bcd508b4c7f559f27db3c05b6ae4a3a33dfff95 (diff) | |
download | gitlab-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.rb | 1 |
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, |