debian-mirror-gitlab/spec/factories/users/callouts.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
165 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
2022-01-26 12:08:38 +05:30
factory :callout, class: 'Users::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