diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-03-17 15:29:45 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-03-17 15:29:45 +0200 |
commit | c02e3d441b6ef35bdbb4a45829f47369aa911690 (patch) | |
tree | ca4b16aac3a74a9dc2a1c41f2416cf4bda80acf3 /lib/api | |
parent | 86c76eccea1bf3cf6c58b4315e6a6cb29e058a18 (diff) | |
download | gitlab-ce-c02e3d441b6ef35bdbb4a45829f47369aa911690.tar.gz |
Fix tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'lib/api')
-rw-r--r-- | lib/api/entities.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb index 26c14276535..8b4519af2d1 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -132,7 +132,7 @@ module API end class MergeRequest < ProjectEntity - expose :target_branch, :source_branch, :title, :state, :upvotes, :downvotes + expose :target_branch, :source_branch, :title, :state, :upvotes, :downvotes, :description expose :author, :assignee, using: Entities::UserBasic expose :source_project_id, :target_project_id end |