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