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

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

FactoryBot.define do
  factory :project_setting do
    project
  end
end