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

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

11 lines
196 B
Ruby
Raw Normal View History

2022-08-13 15:12:31 +05:30
# frozen_string_literal: true
FactoryBot.define do
factory :namespace_callout, class: 'Users::NamespaceCallout' do
feature_name { :invite_members_banner }
user
namespace
end
end