gitlab-org--gitlab-foss/spec/factories/user_callouts.rb

10 lines
145 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2018-01-26 16:07:35 +00:00
FactoryBot.define do
2018-02-02 21:51:03 +00:00
factory :user_callout do
feature_name { :gke_cluster_integration }
2018-01-26 16:07:35 +00:00
user
end
end