Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test_case_entity.rb « serializers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5c1cbf37182a1f893b1793a4a088bb52891819c9 (plain)
1
2
3
4
5
6
7
class TestCaseEntity < Grape::Entity
  expose :status
  expose :name
  expose :execution_time
  expose :system_output
  expose :stack_trace
end