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

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

FactoryBot.define do
  factory :organization
end