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

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

FactoryBot.define do
  factory :namespace_statistics do
    namespace factory: :namespace
  end
end