gitlab-org--gitlab-foss/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

# frozen_string_literal: true
2018-01-26 11:07:35 -05:00
FactoryBot.define do
factory :callout, class: 'Users::Callout' do
feature_name { :gke_cluster_integration }
2018-01-26 11:07:35 -05:00
user
end
end