summaryrefslogtreecommitdiff
path: root/app/serializers/test_suite_comparer_entity.rb
blob: af4ef90786defd5d11ccc0b3909209928817c925 (plain)
1
2
3
4
5
6
class TestSuiteComparerEntity < Grape::Entity
  expose :name
  expose :new_failures, using: TestCaseEntity
  expose :resolved_failures, using: TestCaseEntity
  expose :existing_failures, using: TestCaseEntity
end