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

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

FactoryBot.define do
  factory :user_callout do
    feature_name { :gke_cluster_integration }

    user
  end
end