summaryrefslogtreecommitdiff
path: root/spec/models/clusters/group_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/clusters/group_spec.rb')
-rw-r--r--spec/models/clusters/group_spec.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/models/clusters/group_spec.rb b/spec/models/clusters/group_spec.rb
new file mode 100644
index 00000000000..ba145342cb8
--- /dev/null
+++ b/spec/models/clusters/group_spec.rb
@@ -0,0 +1,8 @@
+# frozen_string_literal: true
+
+require 'spec_helper'
+
+describe Clusters::Group do
+ it { is_expected.to belong_to(:cluster) }
+ it { is_expected.to belong_to(:group) }
+end