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