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

build_trace_metadata.rb « ci « factories « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e5f8ae40cc57b3ef4dd4cca152d233b401c74b13 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

FactoryBot.define do
  factory :ci_build_trace_metadata, class: 'Ci::BuildTraceMetadata' do
    build factory: :ci_build
  end
end