debian-mirror-gitlab/spec/factories/user_callouts.rb

10 lines
145 B
Ruby
Raw Normal View History

2019-10-12 21:52:04 +05:30
# frozen_string_literal: true
2018-03-17 18:26:18 +05:30
FactoryBot.define do
factory :user_callout do
2019-12-21 20:55:43 +05:30
feature_name { :gke_cluster_integration }
2018-03-17 18:26:18 +05:30
user
end
end