debian-mirror-gitlab/spec/factories/term_agreements.rb

7 lines
78 B
Ruby
Raw Normal View History

2018-10-15 14:42:47 +05:30
FactoryBot.define do
factory :term_agreement do
term
user
end
end