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

project_auto_devops.rb « factories « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5ce1988c76f1ac30aeb3301745f70241686552f7 (plain)
1
2
3
4
5
6
7
FactoryBot.define do
  factory :project_auto_devops do
    project
    enabled true
    domain "example.com"
  end
end