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:
authorShinya Maeda <gitlab.shinyamaeda@gmail.com>2017-03-10 15:56:35 +0300
committerShinya Maeda <gitlab.shinyamaeda@gmail.com>2017-03-23 11:11:49 +0300
commit3b635002976e1dd45e58271efdb71f7349719d02 (patch)
tree8c497514f7123468fc6ea035ff6b5aff1130fca9 /app/serializers/pipeline_entity.rb
parent2b33e9eeb68199f7085102a85c06821b991ecd4d (diff)
3 lines to One line. Correct spec caption.
Diffstat (limited to 'app/serializers/pipeline_entity.rb')
-rw-r--r--app/serializers/pipeline_entity.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/serializers/pipeline_entity.rb b/app/serializers/pipeline_entity.rb
index 1c1fa9e3dee..3f16dd66d54 100644
--- a/app/serializers/pipeline_entity.rb
+++ b/app/serializers/pipeline_entity.rb
@@ -12,10 +12,7 @@ class PipelineEntity < Grape::Entity
end
expose :details do
- expose :detailed_status,
- as: :status,
- with: StatusEntity
-
+ expose :detailed_status, as: :status, with: StatusEntity
expose :duration
expose :finished_at
expose :stages, using: StageEntity