debian-mirror-gitlab/spec/factories/ml/candidates.rb
2022-10-11 01:57:18 +05:30

7 lines
191 B
Ruby

# frozen_string_literal: true
FactoryBot.define do
factory :ml_candidates, class: '::Ml::Candidate' do
association :experiment, factory: :ml_experiments
association :user
end
end