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

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

FactoryBot.define do
  factory :lfs_objects_project do
    lfs_object
    project
    repository_type :project
  end
end