summaryrefslogtreecommitdiff
path: root/spec/helpers/issuables_helper_spec.rb
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2017-11-29 09:29:06 +0000
committerFatih Acet <acetfatih@gmail.com>2017-11-29 09:29:06 +0000
commit52eac5bb0e922e1b2f1ce4f0069e5a5aaac98267 (patch)
tree165d19620d088297ca866ec93579c6f856460bc7 /spec/helpers/issuables_helper_spec.rb
parent18137b8512f533f1c99266d2e65ac6fb7a765e05 (diff)
downloadgitlab-ce-52eac5bb0e922e1b2f1ce4f0069e5a5aaac98267.tar.gz
Backport epic tasklist
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 cb851d828f2..d601cbdb39b 100644
--- a/spec/helpers/issuables_helper_spec.rb
+++ b/spec/helpers/issuables_helper_spec.rb
@@ -174,6 +174,7 @@ describe IssuablesHelper do
expected_data = {
'endpoint' => "/#{@project.full_path}/issues/#{issue.iid}",
+ 'updateEndpoint' => "/#{@project.full_path}/issues/#{issue.iid}.json",
'canUpdate' => true,
'canDestroy' => true,
'issuableRef' => "##{issue.iid}",