summaryrefslogtreecommitdiff
path: root/lib/bitbucket
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2016-12-12 17:29:25 +0200
committerValery Sizov <valery@gitlab.com>2016-12-12 17:29:25 +0200
commit3a0fecb4924f1a6dbcc3e61041e0cac95ec3b21b (patch)
tree785fc6ed07680f79f04916ddea4d57f30587b817 /lib/bitbucket
parent314c4746bc24a31efe88b142cd83ab36c3473cc9 (diff)
downloadgitlab-ce-3a0fecb4924f1a6dbcc3e61041e0cac95ec3b21b.tar.gz
Spec for bitbucket page
Diffstat (limited to 'lib/bitbucket')
-rw-r--r--lib/bitbucket/page.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bitbucket/page.rb b/lib/bitbucket/page.rb
index 8f50f67f84d..2b0a3fe7b1a 100644
--- a/lib/bitbucket/page.rb
+++ b/lib/bitbucket/page.rb
@@ -23,6 +23,7 @@ module Bitbucket
def parse_values(raw, bitbucket_rep_class)
return [] unless raw['values'] && raw['values'].is_a?(Array)
+
bitbucket_rep_class.decorate(raw['values'])
end