summaryrefslogtreecommitdiff
path: root/spec/factories/user_callouts.rb
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