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

test_suite_summary_entity.rb « serializers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 228c6e499fe31f4f6698b6a902384b3c51025986 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

class TestSuiteSummaryEntity < TestSuiteEntity
  expose :build_ids do |summary|
    summary.build_ids
  end

  expose :suite_error
end