summaryrefslogtreecommitdiff
path: root/spec/models/clusters/group_spec.rb
blob: 3b541c4093811070f1ba40b676d2808a588eaea0 (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Clusters::Group do
  it { is_expected.to belong_to(:cluster) }
  it { is_expected.to belong_to(:group) }
end