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

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

8 lines
148 B
Ruby
Raw Normal View History

2023-05-27 22:25:52 +05:30
# frozen_string_literal: true
FactoryBot.define do
factory :banned_user, class: 'Users::BannedUser' do
user { association(:user) }
end
end