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

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

FactoryBot.define do
  factory :ci_catalog_resource, class: 'Ci::Catalog::Resource' do
    project factory: :project
  end
end