gitlab-org--gitlab-foss/spec/factories/term_agreements.rb

7 lines
78 B
Ruby

FactoryBot.define do
factory :term_agreement do
term
user
end
end