mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-15 21:39:00 +00:00
8 lines
115 B
Ruby
8 lines
115 B
Ruby
# frozen_string_literal: true
|
|
|
|
FactoryBot.define do
|
|
factory :instance_configuration do
|
|
skip_create
|
|
end
|
|
end
|