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: 528e442c14b5040fa481cc0a627a9642e55585c0 (plain)
1
2
3
4
5
6
7
FactoryBot.define do
  factory :user_callout do
    feature_name :gke_cluster_integration

    user
  end
end