Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-17 18:11:57 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-17 18:11:57 +0300
commit5ff5438a0674c1e8217f78d2000c61c9d550c503 (patch)
tree087474c8b10d24282e30087e1048a32f4591b79d /spec/models/ml/candidate_param_spec.rb
parent458b945df3652f3f42f3665ea2e39e745c8b05c6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/models/ml/candidate_param_spec.rb')
-rw-r--r--spec/models/ml/candidate_param_spec.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/models/ml/candidate_param_spec.rb b/spec/models/ml/candidate_param_spec.rb
new file mode 100644
index 00000000000..ff38e471219
--- /dev/null
+++ b/spec/models/ml/candidate_param_spec.rb
@@ -0,0 +1,9 @@
+# frozen_string_literal: true
+
+require 'spec_helper'
+
+RSpec.describe Ml::CandidateParam do
+ describe 'associations' do
+ it { is_expected.to belong_to(:candidate) }
+ end
+end