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

8 lines
110 B
Ruby
Raw Normal View History

2018-03-17 18:26:18 +05:30
FactoryBot.define do
factory :user_callout do
feature_name :gke_cluster_integration
user
end
end